Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I set up my own Logarithmic labelling scheme ?

labelling logarithmic Scheme
0
Posted

How do I set up my own Logarithmic labelling scheme ?

0

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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123