How to set and display format for chart report item in Report Designer
Syncfusion ReportDesigner allows you customize the chart report item axis labels using the Format property. This section explains how to set the format for coordinate-based chart types like Column, Bar, Area, Line, and Range through the report property grid.
- Create a new report and add an embedded data source and dataset.
- Draw a chart report item.
- In the report design view, select the chart report item.
- Assign data to the chart using the Properties dialog.
- Add data fields to the chart series, category, and values, and then Click OK.
- Select the x-axis/y-axis (category/value) property. The selected axis property is displayed in the properties grid.
- In the Labels section, set a static value or expression for the Format property. Here, “#$” has been assigned.

- Repeat the step_6 to set a format for the chart category axis.
- In the Labels section, for the Format property, set “#%” or select an expression to provide the dynamic value.

- Preview the report to view the chart report item with formatted label value.
Chart Format:
Download the chart format report from here.