HI
When my chart’s data source has only one record (a single value and a label) the value is shown but the chart isn't. However when the chart’s data source has two or more records (multiple values each having a unique label) all columns appear as expected. See below..
The value is 1111 and the lable is antonun
The ColorModel is CustomLinear,Oscillating. We use Winforms 12.2
Any ideas what might be causing this behaviour? Thanks.
Hello,
I'm not sure what you mean when you say that the value is shown, but the chart isn't. Can you provide a sample or a screenshot to demonstrate this issue?
At a guess, this might be related to the axis ranges. It might end up looking weird when there's only one data point. Try setting the ranges manually:http://help.infragistics.com/Help/Doc/WinForms/2012.2/CLR4.0/html/Chart_Axis_Ranges.html
Please let me know if you have any further questions.