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