This property sets the color of the graduation in the ImageKit Control
[Visual Basic]   imagekitcontrolname.GradColor [= OLE_COLOR ]
[Visual C++]     [unsigned long = ]imagekitcontrolname.GetGradColor()
                 imagekitcontrolname.SetGradColor(unsigned long Val)
[VB.NET]   imagekitcontrolname.GradColor [= Color ]
[C#.NET]   imagekitcontrolname.GradColor [= Color ]

Property Value

GradColor - the color of the graduation lines.

Explanation

The GradColor property sets the color of the graduation in the ImageKit Control. Color can be set using RGB(Red, Green, Blue) or the equivalent value.

Ex.
     GradColor = RGB(255, 0, 0)

     Or

     GradColor = &H000000FF& (VisualBasic)

The GradColor and GradBackColor properties are enabled when the Grad property is 1 or more.

Setting this value

  This value can be set at design-time and run-time.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation