NChartAutoScrollLabelOffText Property |
Text that should appear on the label whenever auto scroll is OFF. The default value is nullptr.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public string OffText { get; set; }
Public Property OffText As String
Get
Set
public:
virtual property String^ OffText {
String^ get () sealed;
void set (String^ value) sealed;
}
Property Value
Type:
StringSee Also