I have a line graph that displays date-time categories for four values using four different lines. I also have two calender controls to change the start and end display days to reduce the data displayed and this all works fine.
I need to change the major units for the X-Axis using code so that the major units are displayed for a small time period and not a jumbled mess when displaying a large time period (the data is an electricity useage in half-hour intervals over several months/years).
I also need to include/exclude the lines programmatically via four tick boxes.
How do I access the X-Axis majorunit property and the include property?
. Axes(2) only gets the Primary Y-Axis and that is the only one available.
I need to change the major units for the X-Axis using code so that the major units are displayed for a small time period and not a jumbled mess when displaying a large time period (the data is an electricity useage in half-hour intervals over several months/years).
I also need to include/exclude the lines programmatically via four tick boxes.
How do I access the X-Axis majorunit property and the include property?