I'm trying to set the color on the label items to black instead of the light gray that seems to be the default.
I've tried using :
.PlotArea.XAxis.AxisLabel.TextBlock.Appearance.TextProperties.Color = Drawing.Color.Lime
.PlotArea.XAxis.Appearance.LabelAppearance.FillStyle.MainColor = Drawing.Color.Lime
but this has only changed the color on the label's background and not the color of the text itself.
How do I change the color of the actual text?
I've tried using :
.PlotArea.XAxis.AxisLabel.TextBlock.Appearance.TextProperties.Color = Drawing.Color.Lime
.PlotArea.XAxis.Appearance.LabelAppearance.FillStyle.MainColor = Drawing.Color.Lime
but this has only changed the color on the label's background and not the color of the text itself.
How do I change the color of the actual text?