dotnetCHARTING Send comments on this topic.
SetAllColors Method
See Also 
dotnetCHARTING Namespace > AxisTick Class : SetAllColors Method


color
Color to use.
Sets the colors of this AxisTick's Label, Line, and GridLine.

Syntax

Visual Basic (Declaration) 
Public Sub SetAllColors( _
   ByVal color As Color _
) 
Visual Basic (Usage)Copy Code
Dim instance As AxisTick
Dim color As Color
 
instance.SetAllColors(color)
C# 
public void SetAllColors( 
   Color color
)

Parameters

color
Color to use.

Example

See Also

© 2010 All Rights Reserved.