Jump to content
Software FX Community

Jamu

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Jamu

  1. Hi Randy, I was not able to find a property called "AllSeries" for Char object. Also PointLabels is a bool property. In which version are you seeing these properties?
  2. I found the answer. You need to set the MinPercentage of pie object to 100.
  3. It did reduce the gap from what I had before. But there is still lot of gap left even after setting to -1.
  4. Hi, I have a Gantt chart with X axis showing currency. The values can be in 1000's to millions. So the label marks need to be $200K, $400K, and $1M. I can get the lables to look like $200 $400 and $1000 by setting the XAxis ScaleUnit = 1000. How do I add the K and M in the lables. Do I need to use CustomFormat? Please help me here.
  5. The current pie chart has lot of gap. Like in the below image. Thanks for any help.
  6. 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
  7. 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...