|
|
|
|
|
Axis features
Many customization options are available for the Chart Axes in the Syncfusion WPF Essential Chart. The axes can be inverted, Gridlines can be rendered to indicate axis intervals,and strip lines can be rendered covering areas of the axes.
|
|
|
|
Gridline
Horizontal and Vertical gridlines can be displayed in the chart area to bring clarity to charts.
Gridlines
|
|
|
|
Axis Label Customization
-
Axis Label Font-Font size of the axis labels can be changed by using the TickLabelFontSize property
Axes Label-Font Size
-
Axis Label Border-The border of the axis label can be customized using different brush strokes
Axis Label Border
|
|
|
|
Any of the Chart Axis range can be reversed and the data for such axis is plotted in the opposite direction as shown below. The range is rendered:
-
Top to bottom in Y axis
-
Right to left in X axis
Inverted Axes
|
|
|
|
Essential Chart supports multiple axes. You can add a secondary axis and position it side-by-side or below the primary axis.
Any number of axis can be added to chart and easily associated with the Chart Series in order to display series with a different axes. Just by adding an item to axes collection, multiple axes can be displayed in the Chart.
Secondary Axis
|
|
|
|
Stripline
Striplines are constant bands that can be drawn anywhere on 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 chart axes.
Striplines
|
|
|
|
|
|
|
|