AwGraphBuild.ValueLabelGap Property

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

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.