[]
Adds specified label.
public int Add(ValueLabel label)
Type | Name | Description |
---|---|---|
ValueLabel | label |
Type | Description |
---|---|
int |
Adds new label and accepts initialization parameters.
public int Add(object val, string text)
Type | Name | Description |
---|---|---|
object | val | The val parameter specifies the value of the axis to be replaced. |
string | text | The text parameter specifies the string that will replace the axis value annotation. |
Type | Description |
---|---|
int | The index of new label. |