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;
TeeChart Axes Support
Re: TeeChart Axes Support
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
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