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