Page 1 of 1

TeeChart Axes Support

Posted: Thu Apr 20, 2023 10:28 am
by 17795639
The below code is for .net, I would like to convert into HTML5
TChart.Axes.Left.Visible = true;
TChart.Axes.Left.Automatic = true;
TChart.Axes.Left.Grid.Visible = true;
TChart.Axes.Left.AxisPen.Visible = true;
TChart.Axes.Left.Inverted = true;
TChart.Axes.Left.Title.Text = "Left";
TChart.Axes.Left.UsePartnerAxis = true;
TChart.Axes.Left.PartnerAxis = TChart.Axes.Bottom;

Re: TeeChart Axes Support

Posted: Fri Apr 21, 2023 1:42 pm
by Marc
Hello,

TeeChart for HTML5 doesn't support the partner axis property though some of the functionality related to its use is available.

See the code in this demo for examples of the rest of the code you require:

https://www.steema.com/files/public/tee ... llaxes.htm

Regards,
Marc Meumann