Jump to content
Software FX Community

Cannot display labels for X axis...


User (Legacy)

Recommended Posts

I am currently evaluating ChartFX for my company (we are using the trial 

version), and I'm trying to build a data-driven chart. So far I've been

able to do everything I need (i.e. series legends, titles, whatever),

but I cannot seem to get the X axis labels to display.

From your documentation, I should be able to set these via

Chart1.AxisX.Label(0) = "January"

Chart1.AxisX.Label(1) = "February"

but this has not worked. The default labels (i.e. 1,2,3) do not show up

either. What might be the problem?

Thanks, JA

Link to comment
Share on other sites

I am currently evaluating ChartFX for my company (we are using the trial 

version), and I'm trying to build a data-driven chart. So far I've been

able to do everything I need (i.e. series legends, titles, whatever),

but I cannot seem to get the X axis labels to display.

From your documentation, I should be able to set these via

Chart1.AxisX.Label(0) = "January"

Chart1.AxisX.Label(1) = "February"

but this has not worked. The default labels (i.e. 1,2,3) do not show up

either. What might be the problem?

Thanks, JA

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...