TeeChart Axes Support

TeeChart for JavaScript for the HTML5 Canvas
Post Reply
aaron
Newbie
Newbie
Posts: 30
Joined: Mon Apr 17, 2023 12:00 am

TeeChart Axes Support

Post by aaron » Thu Apr 20, 2023 10:28 am

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;

Marc
Site Admin
Site Admin
Posts: 1209
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: TeeChart Axes Support

Post by Marc » Fri Apr 21, 2023 1:42 pm

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
Steema Support

Post Reply