Spread Silverlight Documentation
IsAutomaticStroke Property (SpreadChartShapeBase)


GrapeCity.Windows.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 System.Boolean
'Usage
 
Dim instance As SpreadChartShapeBase
Dim value As System.Boolean
 
instance.IsAutomaticStroke = value
 
value = instance.IsAutomaticStroke
public System.bool IsAutomaticStroke {get; set;}

Property Value

true if the chart is outlined automatically; otherwise, false.
See Also

Reference

SpreadChartShapeBase Class
SpreadChartShapeBase Members