Charting for WinForms Programmer's Guide
PerSeriesStyle.StrokeDashStyle Method
See Also
 






Implements SeriesStyle.StrokeDashStyle. Returns a value from the StrokeDashStyles list that matches specified series index.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public 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

PerSeriesStyle Members
PerSeriesStyle Class
MindFusion.Charting Namespace