Hide Comments
Hide Comments

Comments (0)

expandingClasses

 

Name

Description

public class

TRSBubbleChart

The TRSBubbleChart component is a RSChartPanel.TRSCustomChart descendant that represents a bubble chart.

BubbleChartExample

Each chart value ( RSBubbleCharts.TRSBubbleChartValue ) is displayed as one bubble in the bubble chart. 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.
 

alert_cautionImportant Note

Note that for drawing purposes, the bubble size is proportional to the greatest bubble size in the collection of bubbles. Only the largest bubble is drawn with its correct diameter or area.

noteNote

Charts are TGraphicControl descendants for VCL and TControl descendants for FMX. Display charts on a chart panel (with integrated axes, legend, header, footers, etc) or stand-alone (allowing use of FMX effects or embedding within other controls). Set the Panel property to the RSChartPanel.TRSChartPanel you want the chart displayed inside or nil for stand-alone use.

public class

TRSBubbleChartValue

Extends the RSCharts.TRS2DImageChartValue class to provide the properties and methods needed to describe one bubble of the TRSBubbleChart component. The TRSBubbleChartValue class uses the   Size property to specify the size of the bubble. The size of the bubbles can represent the area of the bubbles or the diameter of the bubble (controlled by the   SizeOption property of RSBubbleCharts.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.

alert_cautionImportant Note

Note that for drawing purposes, the bubble size is proportional to the greatest bubble size in the collection of bubbles. Only the largest bubble is drawn with its correct diameter or area.

public class

TRSBubbleChartValues

Defines the collection of all bubbles in a bubble chart ( RSBubbleCharts.TRSBubbleChart component). A bubble chart is made up of a collection of bubble values ( RSBubbleCharts.TRSBubbleChartValue), where each TRSBubbleChartValue defines the information for one bubble for the chart. The TRSBubbleChartValue class defines the properties of a bubble, including Caption, Color, and Size. The TRSBubbleChartValues collection defines the collection class and common properties to all bubble values, such as SizeOption, DimensionCount, MaxValues, and MinValues.
 
Note that the TRSBubbleChartValues collection provides built-in support for limiting the number of values in the collection (using the Limit property).
 
 

public class

TRSBubbleChartValuesEnumerator

Represents type TRSBubbleChartValuesEnumerator.

Top

Comments (0)

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