NChartTimeAxisTickTitlesLayout Property |
Layout of timestamp titles.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartTimeAxisLabelsLayout TickTitlesLayout { get; set; }
Public Property TickTitlesLayout As NChartTimeAxisLabelsLayout
Get
Set
public:
virtual property NChartTimeAxisLabelsLayout TickTitlesLayout {
NChartTimeAxisLabelsLayout get () sealed;
void set (NChartTimeAxisLabelsLayout value) sealed;
}
Property Value
Type:
NChartTimeAxisLabelsLayoutSee Also