Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChartShapeBase Class / IsAutomaticStroke Property


In This Topic
    IsAutomaticStroke Property (SpreadChartShapeBase)
    In This Topic
    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