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