[]
Gets the value of the data point.
public object this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As Object
| Type | Name | Description |
|---|---|---|
| string | name | String name of value. |
| Type | Description |
|---|---|
| object | The value |
Gets the indexed value of the point.
public object this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As Object
| Type | Name | Description |
|---|---|---|
| int | index | Index of value. |
| Type | Description |
|---|---|
| object | The indexed value. |
Gets the value of the data point formatted with the specified format string.
public object this[string name, string format] { get; }
Public ReadOnly Default Property Item(name As String, format As String) As Object
| Type | Name | Description |
|---|---|---|
| string | name | |
| string | format |