S
Sambathraj
Hello there,
I am trying to generate a chart with stock close values in Y axis and the
dates on X axis. I tried creating such type of chart in excel and part of
code for setting up time scale axes is below.
ActiveChart.Axes(xlCategory, xlPrimary).CategoryType = xlTimeScale.
I am not able to find a way to set time scale axis in C# above.
Can any one explain how to set/add timescale axis in c#?. I also want to
specify minimum start date, maximum end date for the chart.
Thanks in advance
Regards,
Sambathraj
I am trying to generate a chart with stock close values in Y axis and the
dates on X axis. I tried creating such type of chart in excel and part of
code for setting up time scale axes is below.
ActiveChart.Axes(xlCategory, xlPrimary).CategoryType = xlTimeScale.
I am not able to find a way to set time scale axis in C# above.
Can any one explain how to set/add timescale axis in c#?. I also want to
specify minimum start date, maximum end date for the chart.
Thanks in advance
Regards,
Sambathraj