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