Jump to content
Software FX Community

AxisFormat.Time not found


staryon

Recommended Posts

Hi all,

I have started using the lite version of this control and I need a date interval in the AxisX.

I have seen some examples and they are doing chart1.AxisX.LabelsFormat.Format = AxisFormat.Time;

However I get a compiler error, because AxisFormat only allows the following 3 values:

 

public enum AxisFormat   {   None = 0,   Number = 1,   Currency = 2,   }

 

How can I correct this problem?

 

Thanks 

 

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...