K
ksyong17
Hi There,
I need to plot a graph using OWC11 with 52 weeks of values. However, I want
the x-axes to display values only in every month basis. In other words, I
want to see 52 points in the graph but only 12 months of date values on the
x-axes.
From my understanding, OWC needs to plot every single value using both
catogories and values together. In other words, the graph would show every
single week value in x-axes.
chart.Charts(0).SeriesCollection(0).SetData chConstants.chDimCategories,
chConstants.chDataLiteral, categories
chart.Charts(0).SeriesCollection(0).SetData chConstants.chDimValues,
chConstants.chDataLiteral, values
Any Idea of doing this??
Thanks
I need to plot a graph using OWC11 with 52 weeks of values. However, I want
the x-axes to display values only in every month basis. In other words, I
want to see 52 points in the graph but only 12 months of date values on the
x-axes.
From my understanding, OWC needs to plot every single value using both
catogories and values together. In other words, the graph would show every
single week value in x-axes.
chart.Charts(0).SeriesCollection(0).SetData chConstants.chDimCategories,
chConstants.chDataLiteral, categories
chart.Charts(0).SeriesCollection(0).SetData chConstants.chDimValues,
chConstants.chDataLiteral, values
Any Idea of doing this??
Thanks