Articles in this section
Category / Section

How to apply adornments to a chart series?

1 min read

 

The AdornmentsInfo property of ChartSeries can be used to apply adornments to a chart series. A chart adornment can take different values such as x-axis value, y-axis value, series name, etc.

The following code snippet is used to apply adornments to a chart series.

[XAML]

<syncfusion:ChartSeries Name="Series 1" Type="Column">   <syncfusion:ChartSeries.AdornmentsInfo>     <syncfusion:ChartAdornmentInfo LabelContentPath="DataPoint.X" Visible="True" VerticalAlignment="Bottom"/>   </syncfusion:ChartSeries.AdornmentsInfo> </syncfusion:ChartSeries>

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied