Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Too much space on the left side...

Last post 04-28-2008 10:33 by [Infragistics] Max Rivlin. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 04-25-2008 15:43

    • cmercure
    • Not Ranked
    • Joined on 04-25-2008
    • Points 20

    Too much space on the left side...

    Hi,

    I use LineChart 2D.

    When I set the chart with a very small width (400px) and height (300px), there too much space (white portion) on the left side and on the bottom side. Is it possible to remove theses extras spaces? It seem that theses spaces is reserved for legend but it's not the same case when the chart is very big on the page.

    Thanks
    Dominic

     

    • Post Points: 20
  • 04-28-2008 10:33 In reply to

    Re: Too much space on the left side...

    Try reducing the axis extent:
    chart.Axis.X.Extent = 10;
    chart.Axis.Y.Extent = 10;

    • Post Points: 5
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems