Is it possible to have TickMarks applied with style as "Smart"? Going through the developer guide this seems not possible however would appreaciate if anyone has been able to achieve this.
i see. when TickmarkStyle is set to "Smart," it will automatically set the TickmarkInterval property, and this setting cannot be overridden.
the purpose of smart tickmarks is to automatically determine the best tickmark interval.
You have suggested how to apply "Smart" style. But, I want to know how to apply TickMarkInterval property with TickMarkStyle being set as "Smart"
myChart.Axis.X.TickmarkStyle = AxisTickStyle.Smart;
this is how "smart tickmarks" are enabled. does that answer your question?