Overridden. See GetLineStroke(Color, Double, Int32).
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public override Stroke GetLineStroke( Color color, double width, int index )  | 
| Visual Basic (Declaration) | 
|---|
Public Overrides 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 ) override  | 
Parameters
- color
 - Type: System.Drawing..::.Color
 
- width
 - Type: System..::.Double
 
- index
 - Type: System..::.Int32