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