NChartHairFirstHalfColor Property |
The color of the first half of hair. If null, not displayed. The default value is null.
The color of the hairs part from the axis to the point it marks.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public Color FirstHalfColor { get; set; }
Public Property FirstHalfColor As Color
Get
Set
public:
virtual property Color^ FirstHalfColor {
Color^ get () sealed;
void set (Color^ value) sealed;
}
Property Value
Type:
ColorSee Also