Charting for WinForms Programmer's Guide
SeriesRenderer.EffectiveStrokeDashStyle Method
See Also
 






Gets the dash style of the pen that should be used to stroke the representation of specified data item.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected DashStyle EffectiveStrokeDashStyle (
    int seriesIndex,
    int dataIndex,
    RenderContext context
)

Visual Basic  Copy Code

Protected Function EffectiveStrokeDashStyle( _
    seriesIndex As Integer, _
    dataIndex As Integer, _
    context As RenderContext _
) As DashStyle

 Parameters

seriesIndex

An integer index of a Series within the list of series rendered by this SeriesRenderer.

dataIndex

An integer index of the data item in specified series.

context

A RenderContext instance.

 Return Value

A member of the DashStyle enumeration.

 See Also

SeriesRenderer Members
SeriesRenderer Class
MindFusion.Charting Namespace