NChartAutoScrollLabel Property |
Label that indicates whenever automatical scroll is switched on or off. The default value is null.
This label takes effect in 2D mode only.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartAutoScrollLabel AutoScrollLabel { get; set; }
Public Property AutoScrollLabel As NChartAutoScrollLabel
Get
Set
public:
virtual property NChartAutoScrollLabel^ AutoScrollLabel {
NChartAutoScrollLabel^ get () sealed;
void set (NChartAutoScrollLabel^ value) sealed;
}
Property Value
Type:
NChartAutoScrollLabelSee Also