TadvChart Logarithmic XScale

Hi, is there a way to set Logarithmic Y and XScale? Like in default TChart?

Hi, 


Logarithmic scale is only available for the Y-Scale. You can set a property Logarithmic for each series:

  AdvChartView1.Panes[0].Series[0].Logarithmic := True;

Kind Regards, 
Pieter