Axis labels in series area?
Posted: Fri Aug 30, 2013 5:05 pm
Is this possible with TeeChart? Is there a way to create such an effect using labels with a Grid?
Thanks,
Jeremy
Steema Software - Customer Support Forums
http://216.92.101.67/support/
Code: Select all
bar1.HorizAxis = Steema.TeeChart.Styles.HorizontalAxis.Top;
tChart1.Axes.Top.RelativePosition = 100;
tChart1.Axes.Left.Visible = false;
tChart1.Axes.DrawBehind = false;