E
Eliyahu Goldin
I am setting series data with a call
series1.SetData (OWC11.ChartDimensionsEnum.chDimValues, (int)
OWC11.ChartSpecialDataSourcesEnum.chDataLiteral, this.chartValues1);
In chartValues1 I have decimal values with one digit after the decimal
point. If the digit is zero, it doesn't render on the chart. For example,
"9.0" always renders as "9". Is there a way to preserve the trailing zero?
Eliyahu
series1.SetData (OWC11.ChartDimensionsEnum.chDimValues, (int)
OWC11.ChartSpecialDataSourcesEnum.chDataLiteral, this.chartValues1);
In chartValues1 I have decimal values with one digit after the decimal
point. If the digit is zero, it doesn't render on the chart. For example,
"9.0" always renders as "9". Is there a way to preserve the trailing zero?
Eliyahu