[]
Represents a chart axis annotation used for displaying text defined at a specific axis coordinate.
public class ChartValueLabel : ChartObject, INotifyPropertyChanged, IC1Serializable
| Name | Description |
|---|---|
| ChartValueLabel() |
| Name | Description |
|---|---|
| Text | Gets or sets the displayed text value for the ChartValueLabel. |
| Value | Gets or sets the axis value to be replaced by the ChartValueLabel by specifying a value that can be implicitly converted to double. |
| Name | Description |
|---|---|
| AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |