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