LegendCellColumn.Margins Property
.NET Framework (current version)
Gets or sets the margins of the legend cell column.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[PersistenceModeAttribute(PersistenceMode.InnerProperty)] public virtual Margins Margins { get; set; }
Property Value
Type: System.Web.UI.DataVisualization.Charting.MarginsA Margins object that represents the top, bottom, left, and right values of the legend cell margins. The default values for top, bottom, left and right are "0,0,15,15".
This property is measured as a percentage of the legend font size.
.NET Framework
Available since 4.0
Available since 4.0
Show: