NChartValueAxisFont Property |
Font for the ticks' labels.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartFont Font { get; set; }
Public Property Font As NChartFont
Get
Set
public:
virtual property NChartFont^ Font {
NChartFont^ get () sealed;
void set (NChartFont^ value) sealed;
}
Property Value
Type:
NChartFontSee Also