I want to change the scale of X-axis. X-axis is of type Date
myPane.XAxis.Scale.Min =
myPane.XAxis.Scale.Max =
I want the Min to be start of a particular month and Max to be end of the same month
ie
myPane.XAxis.Scale.Min = ***1/3/2011;***
myPane.XAxis.Scale.Max=***31/3/2011;***
I should be able to give in different month programmatically; how do I do can anyone help?