LegendCell.Margins Property

.NET Framework (current version)
 

Gets or sets the margins of the legend cell.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Overridable Property Margins As Margins

Property Value

Type: System.Web.UI.DataVisualization.Charting.Margins

A 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
Return to top
Show: