Hide Comments
Hide Comments

Comments (0)

expandingProperties

 

Name

Description

published property

Alignment

Specifies the location to draw the caption on the bubble.

published property

ImageList

Lists the images available for points and shapes in the chart. ImageList is a list of bitmaps that can be displayed for any point in the chart. A point ( RSCharts.TRS2DImageChartValue item) is associated with an image from this image list by its ImageIndex property. This image will only appear for the point if the ImageIndex is valid for the list and the   PointsInfo.Style is ssImage

published property

MaxBubbleSize

Specifies the maximum bubble size as percentage (0-1) of the chart area

published property

MinBubbleSize

Specifies the minimum bubble size as percentage (0-1) of the chart area

published property

NegativeSizeColor

Defines the color to use for Bubbles that have sizes less than 0. Bubble sizes can be negative values, although negative bubbles do not display in the chart by default (   NegativeSizeVisible must be true). When negative bubble sizes are displayed, they use their absolute size and are always drawn using the   NegativeSizeColor.
 

published property

NegativeSizeVisible

Specifies whether to display bubble that have sizes less than 0. Bubble sizes can be negative values, although negative bubbles do not display in the chart by default (   NegativeSizeVisible must be true). When negative bubble sizes are displayed, they use their absolute size and are always drawn using the   NegativeSizeColor.
 

published property

SizeOption

Specifies whether sizes of the bubbles are interpreted to be diameter or area. The size of the bubbles can represent the area of the bubbles or the diameter of the bubble, which affects the relative size of one bubble to another.

published property

Style

Defines the geometric shape used for every bubble in a bubble chart

published property

Values

The Values property contains all the bubbles in the bubble chart. Each bubble (TRSBubbleChartValue) may have its own Color and Caption. The size of the bubble is specified by the Size property. The size of the bubbles can represent the area of the bubbles or the diameter of the bubble (controlled by the     SizeOption property of TRSBubbleChartValues), which affects the relative size of one bubble to another.
 
Bubble sizes can be negative values, although negative bubbles do not display in the chart by default (     NegativeSizeVisible must be true). When negative bubble sizes are displayed, they use their absolute size and are always drawn using the     NegativeSizeColor.
 

Use the Values collection to add, delete, and modify bubbles in the chart.
 

Top

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb