AwGraphBuild.ItemScaleLineWidth Property

Gets or sets the width of the item scale lines of the graph.

[Visual Basic]
Public Property ItemScaleLineWidth As Integer
[C#]
public int ItemScaleLineWidth {get; set;}

Property Value

Value that indicates the width of the item scale lines. Unit to be used is pixel.

Remarks

If the value was set as 0, it is not drawn.

Example

How to set the width of the item scale lines as 1 pixel.

graphBuild.ItemScaleLineWidth = 1
graphBuild.ItemScaleLineWidth = 1;

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.