How do I set up my own Logarithmic labelling scheme ?
Specific Logarithmic labels need to set with the OnGetNextAxisLabel. eg. Assuming this data: TChart1.Series(0).Add 0.002, “”, clTeeColor TChart1.Series(0).Add 0.0035, “”, clTeeColor TChart1.Series(0).Add 0.005, “”, clTeeColor TChart1.Series(0).Add 0.007, “”, clTeeColor Setup the Axis: TChart1.Axis.Left.Logarithmic = True TChart1.Axis.Left.TickOnLabelsOnly = True TChart1.Axis.Left.SetMinMax 0.001, 10 New in TeeChart Pro v5 ActiveX Control is the ability to display axis labels in exponent format with super-script fonts.