What is the relevant to the AxisRect().Top in html ?
Posted: Tue Apr 25, 2023 1:50 pm
Code: Select all
int y1 = TChart.Axes.Left.AxisRect().Top;
int y2 = TChart.Axes.Bottom.AxisRect().Top;
Steema Software - Customer Support Forums
http://teechart.com/support/
Code: Select all
int y1 = TChart.Axes.Left.AxisRect().Top;
int y2 = TChart.Axes.Bottom.AxisRect().Top;
Code: Select all
Chart1.chartRect
Code: Select all
this.TChart.axes.bottom.startPos
Code: Select all
this.TChart.axes.bottom.startPos