Implements GetDiscreteValue(Int32).
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public Object GetDiscreteValue( int index ) |
| Visual Basic (Declaration) |
|---|
Public Function GetDiscreteValue ( _ index As Integer _ ) As Object |
| Visual C++ |
|---|
public: virtual Object^ GetDiscreteValue( int index ) sealed |
Parameters
- index
- Type: System..::.Int32