Hello
I'm ploting the log axis with its axis tick lable format as exponent
y1lb.SetAxisLabelsFormat(ChartObj.EXPONENTFORMAT)
but for data value less that zero e.g 0.001,the axis tick lable
is comming as
1*103 (here 3 is exponent)
which should be like
1*10-3
is there any special function or property to be set for this negative sign?
Note: in scientific format negative sign is comming but i cannot use it as exponent format is user requirement
thanking you