Hello,
is it possible to format the X axis of the Grid Surface as a DateTime? If I do:
chart.Axis(StandardAxis.PrimaryX).ScaleMode = AxisScaleMode.DateTime;
chart.Axis(StandardAxis.PrimaryX).ValueFormatting.Format = ValueFormat.Time;
The X axis displays 00:00 for each point. I know the data structure only allows setting int values for X/Z axis. But can I associate DateTime values and use these instead (like for Bar Charts for instance)?
Also, I’m interested in formatting DateTimes on the Vertical axis and other custom formatting (say, percents) for all axes.
Thank you.
Imported from legacy forums. Posted by toqa (had 1648 views)