I need to apply color to teechart axis using System.drawing.Color Object
Code is
//chartData.ChartAxesArray[iAxis].AxisTitleColor is System.drawing.Color Object
//objAxis.Title.Brush.Color is ChartFont.Color
objAxis.Title.Brush.Color = chartData.ChartAxesArray[iAxis].AxisTitleColor;
This code not work as per expectation for color which are not named one or known one
Being tChart1 an Steema.TeeChart.TChart object, with some series and values on it, you should be able to change the axis font color as I do here with the bottom axis:
However, I’m not sure if you are trying to set a brush color to the labels. Then, note the labels rectangle is transparent by default, so you should do something as below: