GrapeCity.Xaml.SpreadSheet.Data
IsAutomaticStroke Property (SpreadChartShapeBase)


GrapeCity.Xaml.SpreadSheet.Data Namespace > SpreadChartShapeBase Class : IsAutomaticStroke Property
Gets or sets a value that indicates whether the chart is outlined automatically.
Syntax
'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.
See Also

Reference

SpreadChartShapeBase Class
SpreadChartShapeBase Members