[]
Gets the value of the data point.
public object this[string name] { get; }
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; }
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; }
Type | Name | Description |
---|---|---|
string | name | |
string | format |