Hello,
i want to hardcode implement the alignment change of the gridband like the option in the build-in editor but i just cant find any way to set the correct properties.
i want from this :
NOT via :
(the same thing but in codelines)
to :
Any ideas ?
Regards,
Rob
Spin Gridband 90° ?
Hello Rob,
this should work:
this should work:
Code: Select all
Steema.TeeChart.Tools.GridBand gridBand1 = new_ Steema.TeeChart.Tools.GridBand();
tChart1.Tools.Add(gridBand1);
gridBand1.Axis = tChart1.Axes.Bottom;
gridBand1.Band1.Color = Color.AliceBlue;
gridBand1.Band2.Color = Color.Bisque;
Best regards
Alex
Steema Crew
Alex
Steema Crew