Share via


ChartLegend.DockToChartArea Property

Name of the chart area on which to draw the legend.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property DockToChartArea As String
    Get
    Set
'Usage
Dim instance As ChartLegend
Dim value As String

value = instance.DockToChartArea

instance.DockToChartArea = value
public string DockToChartArea { get; set; }
public:
property String^ DockToChartArea {
    String^ get ();
    void set (String^ value);
}
member DockToChartArea : string with get, set
function get DockToChartArea () : String
function set DockToChartArea (value : String)

Property Value

Type: System.String
A string value.