NChartTimeAxisTickTitlesFont Property |
Font used to display timestamp titles.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartFont TickTitlesFont { get; set; }
Public Property TickTitlesFont As NChartFont
Get
Set
public:
virtual property NChartFont^ TickTitlesFont {
NChartFont^ get () sealed;
void set (NChartFont^ value) sealed;
}
Property Value
Type:
NChartFontSee Also