[]
Adds a new data value to the collection.
public ChartDataValue AddNewValue(string valueExpression)
Type | Name | Description |
---|---|---|
string | valueExpression | The value expression for the new data value. |
Type | Description |
---|---|
ChartDataValue | The new added data value. |
Adds a new data value to the collection.
public ChartDataValue AddNewValue()
Type | Description |
---|---|
ChartDataValue | The new added data value. |