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.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode.Attribute)] public bool IsDockedInsideChartArea { get; set; }
Property Value
Type: System.Booleantrue if 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:
