Glossary Item Box

LabDevTools Send comments on this topic.

MajorTickColor

Gets or sets the color of the major ticks of the scale.

 

[Visual Basic]
Public Property MajorTickColor As Color
 
[C#]
public Color MajorTickColor
{get; set;}
Observations:

Of default it is Color.Black.

See also:

MajorTickLength | MajorTicksCount | MinorTickColor | MinorTickLength | MinorTicksCount

 


Copyright © 2007 LabDevTools. All Rights Reserved.