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
15
How to get UI status of the Chart?
posted

i am using ColumnSeries in UltraDataChart.

Create a Series in one function and call the SaveTo function.
Sometimes an empty image is created.

So I want to check the state of the chart control and call a SaveTo function.

ex)
void Test()
{
createSeries(
chart);
chart.SaveTo(~~);
}

Parents Reply Children
No Data