Returns one of the strokes available with the specified color and lines width by its index.
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public abstract Stroke GetLineStroke( Color color, double width, int index )  | 
| Visual Basic (Declaration) | 
|---|
Public MustOverride Function GetLineStroke ( _ color As Color, _ width As Double, _ index As Integer _ ) As Stroke  | 
| Visual C++ | 
|---|
public: virtual Stroke^ GetLineStroke( Color color, double width, int index ) abstract  | 
Parameters
- color
 - Type: System.Drawing..::.Color
 
- width
 - Type: System..::.Double
 
- index
 - Type: System..::.Int32