Gets or sets the length of the plot area bottom margin of the graph.
[Visual Basic]
Public Property PlotAreaMarginBottom As Integer
[C#]
public int PlotAreaMarginBottom {get; set;}
Property Value
Value that indicates the length of the plot area bottom margin. Unit to be used is pixel.
Example
How to set the length of the plot area bottom margin as 50 pixels.
graphBuild.PlotAreaMarginBottom = 50
graphBuild.PlotAreaMarginBottom = 50;
See Also
AwGraphBuild Class | Asterworld.Graph Namespace