AwGraphBuild.ItemLabelGap Property

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.