What Changed
We renamed the DxChartSeriesLabel.Format property to ValueFormat
.
Reasons for Change
In v22.1, we added a similar DxChartSeriesLabel.ArgumentFormat
property that formats argument labels. So, Format
was renamed to ValueFormat
for consistency with our Chart API.
Impact on Existing Apps
You will get the following warning message:
"This property is obsolete now. Use the ValueFormat property instead."
How to Update Existing Apps
Rename Format
to ValueFormat
to update your application.