Welcome to the Xceed Community Sign in | Join | Help
Community Search  

Resizing Chart

Sort Posts: Previous Next
  •  05-02-2008, 11:25 AM Post no. 11928

    Resizing Chart

    Hi,

        I want to resize the chart to bigger size. How to do that and also i want make the chart to 2D instead of 3D in Stock chart. Help me with sample.

     Sara

    Filed under:
  •  05-05-2008, 10:26 AM Post no. 11972 in reply to 11928

    Re: Resizing Chart

    Hi,

          I am able to draw 2D chart. Only thing is i want to make the chart into bigger size. How to resize it. I tried with chart width and height. it is not working out. Please help me to solve this issue.

     Regards,

    Sara

  •  05-05-2008, 3:21 PM Post no. 11986 in reply to 11972

    Re: Resizing Chart

    To manage the size of the control, you need to set the Height and the Width of the ChartServerControl.

    ChartServerControl1.Height = 500;
    ChartServerControl1.Width = 500;

    To manage the size of the chart itself, you can play with the Margins of the Chart.

    m_Chart.Margins = new RectangleF( 0, 0, 100, 100 );


    Charles Bérubé-Rémillard
    Technical Support
    Xceed Software Inc.
  •  05-05-2008, 4:54 PM Post no. 11991 in reply to 11986

    Re: Resizing Chart

    Thanks.
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.