in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

paging in chart ?

Last post 05-06-2008 9:00 AM by C1_DaveT. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 04-30-2008 1:46 AM

    paging in chart ?

    when drawing bar chart with more than 100 items it does not display very presentatble, my question is do chart provide any paging or filter of display only 5 to 10 records at a time, ofwourse this can be done with the data query but do these chart have any property like this which can do paging or we have to do it exsplicitly?

    Filed under:
  • 05-06-2008 12:19 AM In reply to

    Re: paging in chart ?

    Unfortunately, Chart does not provides any paging functionality.
    Regards,
    Sam Xavier
    <karimamin> wrote in message news:204420@10.0.1.98...

    when drawing bar chart with more than 100 items it does not display very presentatble, my question is do chart provide any paging or filter of display only 5 to 10 records at a time, ofwourse this can be done with the data query but do these chart have any property like this which can do paging or we have to do it exsplicitly?



    http://helpcentral.componentone.com/cs/forums/p/75108/204420.aspx#204420

  • 05-06-2008 9:00 AM In reply to

    Re: paging in chart ?

    There is no such concept of paging available, however if your bar chart has got many DataSeries to display, you may use Scroll bar on Axis.

     

    This will allow you to render large charts.

     

    Such as –

                  

    c1Chart1.ChartArea.AxisY.ScrollBar.Min = cd.MinY;

    c1Chart1.ChartArea.AxisY.ScrollBar.Max = cd.MaxY;

    c1Chart1.ChartArea.AxisY.ScrollBar.Appearance = ScrollBarAppearanceEnum.Flat;

    c1Chart1.ChartArea.AxisY.ScrollBar.Visible = true;

    c1Chart1.ChartArea.AxisY.ScrollBar.Scale = 0.5;

     

    -Dave.

      

     

    <karimamin> wrote in message news:204420@10.0.1.98...

    when drawing bar chart with more than 100 items it does not display very presentatble, my question is do chart provide any paging or filter of display only 5 to 10 records at a time, ofwourse this can be done with the data query but do these chart have any property like this which can do paging or we have to do it exsplicitly?



    http://helpcentral.componentone.com/cs/forums/p/75108/204420.aspx#204420

Page 1 of 1 (3 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.