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


In This Topic
    StrokeDashType Property (SpreadChartShapeBase)
    In This Topic
    Gets or sets the pattern of dashes and gaps that is used to outline the chart.
    Syntax
    'Declaration
     
    Public Property StrokeDashType As StrokeDashType
    'Usage
     
    Dim instance As SpreadChartShapeBase
    Dim value As StrokeDashType
     
    instance.StrokeDashType = value
     
    value = instance.StrokeDashType
    public StrokeDashType StrokeDashType {get; set;}

    Property Value

    The StrokeDashType value for the chart outline.
    See Also