|
<chart:SfChart.SecondaryAxis>
<chart:NumericalAxis OpposedPosition="True">
<chart:NumericalAxis.LabelStyle>
<chart:ChartAxisLabelStyle MaxWidth="100"/>
</chart:NumericalAxis.LabelStyle>
</chart:NumericalAxis>
</chart:SfChart.SecondaryAxis> |
Hi Christopher,Greetings from Syncfusion.Query: I think a SecondaryAxis label width might be a solution, but I have not seen this type of setting.We would like to let you know that we can customize the axis label width using the MaxWidth property of the chart axis LabelStyle as in the below code,XAML:
<chart:SfChart.SecondaryAxis><chart:NumericalAxis OpposedPosition="True"><chart:NumericalAxis.LabelStyle><chart:ChartAxisLabelStyle MaxWidth="100"/></chart:NumericalAxis.LabelStyle></chart:NumericalAxis></chart:SfChart.SecondaryAxis>We hope the above solution will works for your requirement with constant axis width.Please refer the below help document for more details,Can you please share more details regarding the TechnicalIndicator query with any pictorial or video representation which will be helpful for us to understand your exact requirement?Regards,Devakumar D