AllowShowIndicator Property
Gets or sets a value indicating whether Spread can show the chart indicator.
public bool AllowShowIndicator {get; set;}
'Declaration
Public Property AllowShowIndicator As Boolean
'Usage
Dim instance As SpreadChart
Dim value As Boolean
instance.AllowShowIndicator = value
value = instance.AllowShowIndicator
Property Value
true
if Spread can show indicator of this chart; otherwise,
false
.