Search
PerElementSeriesStyle.StrokeThickness Method
See Also
 






Implements SeriesStyle.StrokeThickness. Returns a value from the StrokeThicknesses list that matches specified series and data indices.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Nullable<Double> StrokeThickness (
    int seriesIndex,
    int dataIndex
)

Visual Basic  Copy Code

Public Function StrokeThickness( _
    seriesIndex As Integer, _
    dataIndex As Integer _
) As Nullable(Of Double)

 Parameters

seriesIndex

An integer index of a Series.

dataIndex

An integer index of a data item in specified series.

 Return Value

A nullable double value specifying stroke thickness.

 See Also