AwGraph.ItemScaleLineColor Property

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

[Visual Basic]
Public Property ItemScaleLineColor As Color
[C#]
public System.Drawing.Color ItemScaleLineColor {get; set;}

Property Value

Value that indicates color of the item scale lines.

Example

How to set color of the item scale lines as light gray.

awGraph1.ItemScaleLineColor = Color.LightGray
awGraph1.ItemScaleLineColor = Color.LightGray;

See Also

AwGraph 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.