A
Alex
Right now, when I assign the Y-axis
series.SetData(ChartDimensionsEnum.chDimYValues,
Convert.ToInt32(OWC10.ChartSpecialDataSourcesEnum.chDataLiteral), values);
if my lowest value in values array is 40%, but I want the Y-axis to range
from 0-100% no matter what, how do I do that?
series.SetData(ChartDimensionsEnum.chDimYValues,
Convert.ToInt32(OWC10.ChartSpecialDataSourcesEnum.chDataLiteral), values);
if my lowest value in values array is 40%, but I want the Y-axis to range
from 0-100% no matter what, how do I do that?