Posted 12 January 2021, 11:08 pm EST
Hello Support,I'm struggling with getting the min and max Y-Value from C1FlexChart.
The values are automatic calculated by the Chart but when im trying to get this calculated values, like this way
var minValue = this.flexChart.AxisY.Min, the result is always double.NaN .
Is there a way to get these automatic calculated values?