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
2070
Barchart issue
posted

Hai

In Barchart there should be some space needed between Y axis and first bar on X Axis. But I could not get it? How can I set the margin with axis? PLease refer the attachment. There is another issue if you see the attachment. The "Oct" column in X axis shown little above than usual. I donno why the graphs shown like this? many graphs are shoen like this. I need some better code, links or guidelines for ultra charts other than which are available  in samples browser. The colors generated in charts are also does not looks good. Please help me in these issue. Thanks in advance.

Sridhar

Parents
No Data
Reply
  • 28496
    Suggested Answer
    Offline posted

    vatt123 said:
    How can I set the margin with axis?

    use the properties under Axis.X.Margins.

    vatt123 said:
    The "Oct" column in X axis shown little above than usual.

    is it possible that your column labels have trailing whitespace?  it looks like the chart is receiving a column label like "Nov       ".

    vatt123 said:
    The colors generated in charts are also does not looks good.

    you can customize this using the properties under ColorModel.

Children