Jump to content
Software FX Community

Hide the Axis text space


Crandel

Recommended Posts

Hi,

I need to hide only the AxisX labels and his space without also hiding the grid lines.

I tried with

chart1.AxisX.Style |= AxisStyles.HideText;

chart1.Border = null;

but space border keep

only with

chart1.AxisX.Visible = false;

the text and space hide, but grid lines too.

Is there a way?

Thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...