Jump to content
Software FX Community

nobody

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by nobody

  1. Hi, I'm trying to figure out how to disable certain bar chart options. Specifically, I want to disable Properties->Series->Bar->[square, Cylinder, Cone] because using the Cylinder option can sometimes cause problems.
  2. Hi, My current understanding of bubble size calculation in an X-Y bubble chart is based on this document: http://support.softwarefx.com/ShowArticle.aspx?Type=KB&Source=http://support.softwarefx.com/kb/706/1/001.htm&Product=CfxFE, except that I can't seem to set volume greater than 100, ie. [(Value-Min)/(Max-Min)]*[(AxisX.Max - AxisX.Min)/number of points]*(volume/100)However, I get strange results with the axis set to logbase = 2. I get massive overlapping bubbles, except when the volume goes below a certain threshold, at which point, there's no bubbles (but there are labels).With my data of around ~350 points, this threshold was around 60. Therefore, I was wondering how logbases affect the bubble size calculation. Additionally, I'm also wonder whether I could use this to make bubbles larger when I have large amount of data points. Based on my understanding and current screen resolution, when plotting ~350 points, I can only get bubbles of maximum size 4px on normal axises without making the Y2 axis visible and zooming.
  3. Hi, I'm currently creating an XY Bubble Chart, with bubble size linked to a secondary Y axis (Y2). Evidently, I can't set Y2.visible = false, because doing so will mean that upon zooming, bubble sizes are unaffected (which is not desired, as it will mean some values will not be visible at all, and in large data sets, only tiny 4px bubbles will be present). So I've opted to "hide" the Y2 axis. So far I've managed to hide the text (by rotating 90, and changing to the background colour), and also the ticks. However, when I zoom, the axis is still scrollable. Is there a way to disable that, and still allow me to zoom in onto bubbles? Thanks, Victor
×
×
  • Create New...