The annotation along each axis is an important part of any chart. The chart annotates the axes with numbers based on the data/values entered into the BubbleSeries, DataSeries, HighLowOpenCloseSeries, HighLowSeries, or XYDataSeries objects. Annotation for the Axes will always display basic text without any formatting applied to them.
The chart automatically produces the most natural annotation possible, even as chart data changes. The following Annotation properties can be modified to perfect this process:
Property |
Description |
Axis.AnnoFormat|tag=AnnoFormat_Property |
A set of predefined formats used to format the values displayed next to the axis. |
Axis.AnnoAngle|tag=AnnoAngle_Property |
Gets or sets the rotation angle of axis annotation. This allows you to rotate the values so they will take up less space along the axis. |
Axis.AnnoTemplate|tag=AnnoTemplate_Property |
Gets or sets the template for the axis annotation. This is useful for building custom annotations. For an example, see Creating a Custom Annotation. |
Axis.ItemsSource|tag=ItemsSource_Property |
Gets or sets the source for axis annotations. |