Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
Y Axis label formating to show text
posted

How can I change the PrimaryY axis to show text instead of a number or currency? I have it set to go from 1 to 4. Good being 1, Nomal being 2, Bad being 3 and Worst being 4. I want to show a chart that represents those answers based on several different assessments. But 1-4 mean nothing to the user. Is there a format for showing text instead?

Example (except I want to show a different value for each one):


<igCA:XamChart.Axes>

<igCA:Axis AxisType="PrimaryY" Crossing="-1" AutoRange="False" Minimum="1" Maximum="4" Unit="1">

<igCA:Axis.Label>

<igCA:Label Format="{}{0:Text}" FontSize="14" FontWeight="Bold" Foreground="White" />

</igCA:Axis.Label>

</igCA:Axis>

<igCA:Axis AxisType="PrimaryX">

<igCA:Axis.Label>

<igCA:Label FontSize="14" FontWeight="Bold" Foreground="White" />

</igCA:Axis.Label>

</igCA:Axis>

</igCA:XamChart.Axes>

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Parents Reply Children
No Data