LegendCell.Margins Property
.NET Framework (current version)
Gets or sets the margins of the legend cell.
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".
Margins are measured as a percentage of the font size for the legend cell.
.NET Framework
Available since 4.0
Available since 4.0
Show: