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
165
stackColumn chart
posted

Hello,

I didn t find the way by code or designer the way to display data value in each stack in my stackcolumn chart.

Please find my attachement.

Can you help me please

Parents
No Data
Reply
  • 2895
    posted

    Hello JC,  

    Thank you for using our community.

    When you are using the Chart Wizard, on the second step the it asks you whether you want the data values to be shown on the chart and if you select the checkbox you will achieve the desired functionality. Please take a look at the attached image.  

    The same can be achieved in the mark-up by adding the following code:

    <ColumnChart>

           <ChartText>

                  <igchartprop:ChartTextAppearance ChartTextFont="Arial, 7pt" ClipText="False" Column="-2" ItemFormatString="&lt;DATA_VALUE:00.00&gt;" Row="-2" Visible="True" />

           </ChartText>

    </ColumnChart>

     What is more I have created a sample for you. Please take a look at it and let me know if you need further assistance.  

    Regards,
    Marina Stoyanova,
    Software Developer,
    Infragistics, Inc.

    StackedColumnChart.zip
Children