NChartCaptionTextColor Property |
Color of the label's text.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public Color TextColor { get; set; }
Public Property TextColor As Color
Get
Set
public:
virtual property Color^ TextColor {
Color^ get () sealed;
void set (Color^ value) sealed;
}
Property Value
Type:
ColorImplements
INChartLabelTextColorSee Also