Jump to content
Software FX Community

Jamu

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Jamu

  1. Hi,

     I have 3 pie charts each with one series containing one point. The charts need to appear next to each other.

    So, my question is how to remove the gap around the pie chart. I am displaying the label inside the chart.

    I have tried setting the

    // bring the titles in a little closer

    Chart.TopGap = 1;

    Chart.LeftGap = 1;

    Chart.RightGap = 1;

    Chart.BottomGap = 1;

    1) What I have coded

    2) I want to look more like the this image

     

    charttest.zip

  2. I have line chart. The Y-axis is a current type. I have not set step or maxYaxis values.

    Chart FX calculates all of that from the data provided.

    My issue is with the last value on Y-axis is either missing or the invterval (step) is different that the rest of the lable values.

     I want the last value to always appear and with the same interval as others.

    Please look at the attached screen shot. Thanks for any help.

    Example;

    If the Yaxis lines are 4.

    The values start from 0 and the next value is 20,000. the step is 20,000.

    The last two values are 40,000 and 50,000.

    Why the last value is not 60,000. Also, some times it doesn't display this value.

     

     

     

     

×
×
  • Create New...