dotnetCHARTING Send comments on this topic.
LoadingTextOverride Property
See Also 
dotnetCHARTING Namespace > NavigatorOptions Class : LoadingTextOverride Property


Gets or sets single string which can have three different strings separated by a '|' character. The downloading string can contain the token "Percentage" which will be replaced with the percent downloaded when the chart is loading. The default setting isPercentage)|Loading"

Syntax

Visual Basic (Declaration) 
Public Property LoadingTextOverride As String
Visual Basic (Usage)Copy Code
Dim instance As NavigatorOptions
Dim value As String
 
instance.LoadingTextOverride = value
 
value = instance.LoadingTextOverride
C# 
public string LoadingTextOverride {get; set;}

See Also

© 2011 All Rights Reserved.