'Declaration Public Property IsAutomaticStroke As Boolean
'Usage Dim instance As SpreadChartShapeBase Dim value As Boolean instance.IsAutomaticStroke = value value = instance.IsAutomaticStroke
public bool IsAutomaticStroke {get; set;}
Property Value
true
if the chart is outlined automatically; otherwise, false
.