Jump to content
Software FX Community

anneslyon

Members
  • Posts

    4
  • Joined

  • Last visited

anneslyon's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. We have converted to ChartFx 7 and miss the functionality we had in our old application created with ChartFx 4 where the user could resize the plot area by just dragging the x axis or the y axis. Is this not possible in ChartFx 7 or are there certain properties I have to set for the chart to allow this? Thanks for a great tool otherwise. Anne Lyon
  2. Hi, My chart sometimes uses the log scale = 10 on both x and y and sometimes y2. This works fine. But if any of the axes, when logScale=10, is reversed, i.e. inverted=true, then the labels on the axis disappear. So Chart1.AxisX.logscale=10 ' puts log labels on the axis But Chart1.AxisX.logscale=10 AND Chart1.AxisX.inverted=True ' Inverts the axis, the tickmarks sometimes but not always show, but the LABELS always disappear! Is there any way to display labels on an inverted logScale=10 axis? Anne
  3. How do I avoid that the label text for my custom grid lines also appear in the legend box? I don't want them there as displaying the label next to the line is good enough! Anne
  4. Hello! I have a chart where I plot series against both Y axis and Y2 axis. The axesStyle is set to Math. Sometimes the user needs to hide the series plotted on the Y2 axis, and hence hide the Y2 axis too. This is done by simply setting the Chart.series(1).Visible = false and Chart.AxisY2.Visible = False. This partly works as labels and tickmarks disappear on the Y2 axis, but the line itself remains. Setting Chart.AxisY2.Line.Color = Color.Transparent does not do anyting, while Chart.AxisY.Line.Color = Color.Red sets BOTH Y and Y2 axis to red! How do I remove the y2 axis line so that only the X and Y axis are displayed? OR how do I set the line style for Y and Y2 axis independently? Anne
×
×
  • Create New...