User (Legacy) Posted November 24, 2003 Report Share Posted November 24, 2003 Is it possible to get the physical size of the bubble (diameter in pixels) in a bubble chart ? Sudip Chakraborty Link to comment Share on other sites More sharing options...
Software FX Posted November 25, 2003 Report Share Posted November 25, 2003 Not directly. The size of the bubble is calculated as follows: ((Value - YAxisMin)/(YAxisMax - YAxisMin)) * XDist * Volume/100 Where XDist is the distance between two consecutive point is the X-Axis. You can use AxisX.ValueToPixel to find out this value. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
User (Legacy) Posted November 25, 2003 Author Report Share Posted November 25, 2003 What is 'Volume' in the equation? "SoftwareFX Support" <support@softwarefx.com> wrote in message news:xUKcxL3sDHA.3512@WEBSERVER1... > Not directly. The size of the bubble is calculated as follows: > > ((Value - YAxisMin)/(YAxisMax - YAxisMin)) * XDist * Volume/100 > > Where XDist is the distance between two consecutive point is the X-Axis. You > can use AxisX.ValueToPixel to find out this value. > > -- > FP > Software FX, Inc. > > Link to comment Share on other sites More sharing options...
Software FX Posted November 25, 2003 Report Share Posted November 25, 2003 Volume is a property in the chart. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.