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
270
Visibility of Rows in a Chart!?
posted

Hi,

as DataSource of my Chart I have a DataTable with 100 Columns and 5 defined Rows(double values) in this Table. My "ChartStyle" is set to Line-Chart.

When i set the datasource 5 Lines appear. Now i want to hide a specific Line of this chart.

something like : this.ultraChart. ...... .Row[1].Visible = false;

I think this is a very intuitiv feature. But it seemed not implemented in ultrachart. I already asked the support chat, but the told me to delete the row, that i dont want ro show, from my datatable. ?!?!?! 

Is that the only way i can go ???? I hope not :)

 

Best regards

Axel 

 

  • 26458
    Offline posted

    Sorry, but the chart is not designed to do row filtering. Columns can be excluded with chart.Data.IncludeColumn(columnName, false), but for rows we recommend filtering with a dataview. If you would like to see this implemented in the future, please submit a feature request to our developer support group using http://ko.infragistics.com/gethelp