Search
SeriesStyle.StrokeDashStyle Method
See Also
 






Returns the dash style of the stroke used to draw specified element of specified series.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

Nullable<DashStyle> StrokeDashStyle (
    int seriesIndex,
    int dataIndex
)

Visual Basic  Copy Code

Function StrokeDashStyle( _
    seriesIndex As Integer, _
    dataIndex As Integer _
) As Nullable(Of DashStyle)

 Parameters

seriesIndex

An integer index of a Series.

dataIndex

An integer index of a data item in specified series.

 Return Value

A nullable DashStyle value specifying stroke dash style.

 See Also