NChartTimeAxisTickColor Property |
Color used to display timestamp ticks.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public Color TickColor { get; set; }
Public Property TickColor As Color
Get
Set
public:
virtual property Color^ TickColor {
Color^ get () sealed;
void set (Color^ value) sealed;
}
Property Value
Type:
ColorSee Also