Initializes a new instance of the LegendValuesItem class.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
C# |
---|
public LegendValuesItem( Legend legend, int index, Series series ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ legend As Legend, _ index As Integer, _ series As Series _ ) |
Visual C++ |
---|
public: LegendValuesItem( Legend^ legend, int index, Series^ series ) |
Parameters
- legend
- Type: PerpetuumSoft.Charts..::.Legend
- index
- Type: System..::.Int32
- series
- Type: PerpetuumSoft.Charts..::.Series