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
519
Column Line Chart - Show data values on chart
posted

Hi,

I am creating a chart of type "Column Line Chart".

For this type, the option "Show data values on chart" is disabled.

I would know how to show the data values on the line.

For the charts of types "Column Chart" and "Line Chart", this option is enabled.

Why is not possible select this property for the "Column Line Chart"? 

Is there an alternative for this resource, to show the values in the chart?

Thanks

Parents
  • 18495
    Verified Answer
    posted

    Hello Patricia,

    Thank you for contacting Infragistics.

    It is possible to show data values on a column line chart.  You just have to set the properties in code.  If you open the *.designer.vb or *.designer.cs file for your form with the regular column chart on it you'll see a line of code adding a ChartTextAppearance object to the UltraChart.ColumnChart.ChartText collection property.  Since the column line chart has both a column chart and a line chart, you'll need to add a ChartTextAppearance object to the UltraChart.ColumnLineChart.Column.ChartText collection property and the UltraChart.ColumnLineChart.Line.ChartText collection property.  I've provided a link below with more information.

    http://help.infragistics.com/doc/WinForms/2014.1/CLR4.0/?page=Chart_Column_Line_Chart_Specific_Properties.html

    Please let me know if you have any other questions about this.

Reply Children