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


In This Topic
    StrokeThickness Property (SpreadChartShapeBase)
    In This Topic
    Gets or sets the width of the chart outline.
    Syntax
    'Declaration
     
    Public Property StrokeThickness As Double
    'Usage
     
    Dim instance As SpreadChartShapeBase
    Dim value As Double
     
    instance.StrokeThickness = value
     
    value = instance.StrokeThickness
    public double StrokeThickness {get; set;}

    Property Value

    The width of the chart outline
    See Also