Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1015
Showing major grid lines based on X-axis labels for a Composite Chart
posted

I'm currently using an UltraChart (composite) in 11.2 controls to create a Burndown chart for an application. I'd like to only display grid lines on the X-axis where the data labels occur. Right now, the chart has a solid gray background appearance I think because of the number of points on the axis.

On the chart below, I'd like to only see grid lines at the location of the red lines, but for each axis label (dates) below. How can I accomplish this?

 

Thanks.

 

Parents
  • 53790
    posted

    Hello Medwards,

    I`m not sure that I understood your scenario, but maybe your could try to used one of these options:

    Option 1: to set ScrollScale.Visible = true and apply Scalling

    Option 2: to set ultraChart1.HorizontalScroll.Enabled and ultraChart1.HorizontalScroll.Visible with Max and Min values. By this way you could extend your and number of the points will be less for the same area.

    Option 3:to handle ultraChart1_FillSceneGraph  event and remove some points from the chart

    Let me know if you have any further questions

    Regards

Reply Children
No Data