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