|
|
Axis features
Many different customization options are available with regards to the Axes in the Syncfusion WPF Chart. The axes can be inverted, Grid lines can be optionally rendered to indicate axis intervals, strip lines can be rendered covering areas of the axes, etc.,
|
|
|
|
GridLines
-
Gridlines highlight the intervals in the axes.
GridLines
Axis Label FontSize and Border Customization
-
Font size of axes can be changed by using the TickLabelFontSize property.
Axes FontSize
-
Axes border can be filled with Brush object.
Axes Border
Axes StripLines
Striplines are constant bands that can be drawn anywhere in the Chart background. A Stripline can be configured by setting its start location (with respect to the axis co-ordinates), length, interior brush value and the text. Text inside the Stripline is a FormattedText object which again provides further customization of the look and feel.
Axes StripLines
Inverted Axes
-
Any axes can be inverted from RightToLeft (X-axis) or from TopToBottom (Y-axis).
Inverted Axes
|
|
|
|
Any number of axis can be added to chart and easily associate it with the ChartSeries in order to display different series with a different axis. Just by adding an item to axes collection, multiple axes can be displayed in the Chart.
Multiple Axes Support
|
|
|
|
|
|
|