Legend::IsDockedInsideChartArea Property
.NET Framework (current version)
Gets or sets a flag that indicates whether the legend is docked inside or outside the chart area.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
public: [BindableAttribute(true)] property bool IsDockedInsideChartArea { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue is the legend is docked inside the chart area; false if it is docked outside the chart area. The default value is false.
This property will only have an effect if the DockedToChartArea property is set to the name of a ChartArea object.
.NET Framework
Available since 4.0
Available since 4.0
Show:
