.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > AxisTick Class : SetAllColors Method
Color to use.
SetAllColors Method
Sets the colors of this AxisTick's Label, Line, and GridLine.
Syntax
'Declaration
 
Public Sub SetAllColors( _
   ByVal color As Color _
) 
'Usage
 
Dim instance As AxisTick
Dim color As Color
 
instance.SetAllColors(color)
public void SetAllColors( 
   Color color
)

Parameters

color
Color to use.
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also