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