Margins.Bottom Property

.NET Framework (current version)
 

Gets or sets the bottom margin.

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

public int Bottom { get; set; }

Property Value

Type: System.Int32

An integer value. The default value is 0.

When used for legend cells, the margins are measured as a percentage of the legend's font size.

.NET Framework
Available since 4.0
Return to top
Show: