|
Align
|
Represents property Align.
|
|
Alignment
|
Represents property Alignment.
|
|
Anchors
|
Represents property Anchors.
|
|
AutoSize
|
Represents property AutoSize.
|
|
Background
|
Represents property Background.
|
|
BevelEdges
|
Represents property BevelEdges.
|
|
BevelInner
|
Represents property BevelInner.
|
|
BevelKind
|
Represents property BevelKind.
|
|
BevelOuter
|
Represents property BevelOuter.
|
|
BevelWidth
|
Represents property BevelWidth.
|
|
BiDiMode
|
Represents property BiDiMode.
|
|
BorderStyle
|
Represents property BorderStyle.
|
|
BorderWidth
|
Represents property BorderWidth.
|
|
BottomAxis
|
Represents property BottomAxis.
|
|
Canvas
|
Represents property Canvas. (Inherited from RSChartPanel.TRSCustomChartPanel.)
|
|
ChartBackground
|
Represents property ChartBackground.
|
|
ChartColorList
|
Defines the color list to use when new charts are created. When a chart is created and a color is not specified, the object will get a new color based on the next color in the list. If the list is at the end, the new color will be the first color in the list.
Set the ChartColorList property directly to define your own custom color scheme. Set the ChartColorScheme property to use one of the predefined color lists.
|
|
ChartColorScheme
|
Represents property ChartColorScheme.
|
|
ChartRect
|
Specifies the size (in pixels) of the area of the panel that contains the actual charts, e.g., where the charts are drawn. This is the area of the panel that does not include the Header, Footer, axes, etc. Read ChartRect to find the size of the chart area of the chart panel. The ChartRect will change in response to what elements of the chart panel are visible and their size.
(Inherited from RSChartPanel.TRSCustomChartPanel.)
|
|
Charts
|
Contains the list of charts associated with the chart panel, e.g., their Panel property is set to the chart panel.
Note
|
The order of the charts in the list matters. The chart at Index 0 is drawn first, and then every chart is drawn over it.
|
|
|
ChartShadow
|
Represents property ChartShadow.
|
|
Color
|
Represents property Color.
|
|
Constraints
|
Represents property Constraints.
|
|
Ctl3D
|
Represents property Ctl3D.
|
|
DockManager
|
Represents property DockManager.
|
|
DockSite
|
Represents property DockSite.
|
|
DoubleBuffered
|
Represents property DoubleBuffered.
|
|
DragCursor
|
Represents property DragCursor.
|
|
DragKind
|
Represents property DragKind.
|
|
DragMode
|
Represents property DragMode.
|
|
DrawAreas
|
Represents property DrawAreas. (Inherited from RSChartPanel.TRSCustomChartPanel.)
|
|
Enabled
|
Represents property Enabled.
|
|
Font
|
Represents property Font.
|
|
Footer
|
Represents property Footer.
|
|
Foreground
|
Represents property Foreground.
|
|
Gradient
|
Represents property Gradient.
|
|
GradientBuffer
|
Represents property GradientBuffer. (Inherited from RSChartPanel.TRSCustomChartPanel.)
|
|
Header
|
Represents property Header.
|
|
HintWindow
|
Represents property HintWindow. (Inherited from RSChartPanel.TRSCustomChartPanel.)
|
|
ImeMode
|
Represents property ImeMode.
|
|
ImeName
|
Represents property ImeName.
|
|
LeftAxis
|
Represents property LeftAxis.
|
|
Legend
|
Represents property Legend.
|
|
Listeners
|
Maintains a list of IChartPanelListeners that are interested in changes to the chart panel. The TRSCustomChartPanel control will call the Listeners' methods as changes (adding, deleting, and modifying charts and chart values) occur in the control.
Notes to Implementers
|
Add your class (that implements the IChartPanelListener interface) to this list in order to receive chart and chart value changes without using the regular events. The TRSLegendListBox and TRSChartFunction classes use this mechanism to listen to the chart panel without tieing up the event handlers (leaving them free for users)
|
|
|
Locked
|
Represents property Locked.
|
|
Margins
|
Represents property Margins.
|
|
MouseTrackingOn
|
Represents property MouseTrackingOn. (Inherited from RSChartPanel.TRSCustomChartPanel.)
|
|
MouseTrackingPoint
|
Represents property MouseTrackingPoint. (Inherited from RSChartPanel.TRSCustomChartPanel.)
|
|
OnAddChart
|
Represents property OnAddChart.
|
|
OnCanResize
|
Represents property OnCanResize.
|
|
OnChange
|
Represents property OnChange.
|
|
OnChartChange
|
Represents property OnChartChange.
|
|
OnChartValueChange
|
Represents property OnChartValueChange.
|
|
OnChartValueSelectionChange
|
Represents property OnChartValueSelectionChange.
|
|
OnChartValueVisibleChange
|
Represents property OnChartValueVisibleChange.
|
|
OnClick
|
Represents property OnClick.
|
|
OnConstrainedResize
|
Represents property OnConstrainedResize.
|
|
OnContextPopup
|
Represents property OnContextPopup.
|
|
OnDblClick
|
Represents property OnDblClick.
|
|
OnDeleteChart
|
Represents property OnDeleteChart.
|
|
OnDockDrop
|
Represents property OnDockDrop.
|
|
OnDockOver
|
Represents property OnDockOver.
|
|
OnDragDrop
|
Represents property OnDragDrop.
|
|
OnDragOver
|
Represents property OnDragOver.
|
|
OnDraw
|
Represents property OnDraw.
|
|
OnDrawBackground
|
Represents property OnDrawBackground.
|
|
OnDrawBottomAxis
|
Represents property OnDrawBottomAxis.
|
|
OnDrawChartBackground
|
Represents property OnDrawChartBackground.
|
|
OnDrawCharts
|
Represents property OnDrawCharts.
|
|
OnDrawChartShadow
|
Represents property OnDrawChartShadow.
|
|
OnDrawFooter
|
Represents property OnDrawFooter.
|
|
OnDrawForeground
|
Represents property OnDrawForeground.
|
|
OnDrawGradient
|
Represents property OnDrawGradient.
|
|
OnDrawHeader
|
Represents property OnDrawHeader.
|
|
OnDrawing
|
Represents property OnDrawing.
|
|
OnDrawingBackground
|
Represents property OnDrawingBackground.
|
|
OnDrawingBottomAxis
|
Represents property OnDrawingBottomAxis.
|
|
OnDrawingChartBackground
|
Represents property OnDrawingChartBackground.
|
|
OnDrawingCharts
|
Represents property OnDrawingCharts.
|
|
OnDrawingChartShadow
|
Represents property OnDrawingChartShadow.
|
|
OnDrawingFooter
|
Represents property OnDrawingFooter.
|
|
OnDrawingForeground
|
Represents property OnDrawingForeground.
|
|
OnDrawingGradient
|
Represents property OnDrawingGradient.
|
|
OnDrawingHeader
|
Represents property OnDrawingHeader.
|
|
OnDrawingLeftAxis
|
Represents property OnDrawingLeftAxis.
|
|
OnDrawingLegend
|
Represents property OnDrawingLegend.
|
|
OnDrawingRightAxis
|
Represents property OnDrawingRightAxis.
|
|
OnDrawingTopAxis
|
Represents property OnDrawingTopAxis.
|
|
OnDrawLeftAxis
|
Represents property OnDrawLeftAxis.
|
|
OnDrawLegend
|
Represents property OnDrawLegend.
|
|
OnDrawRightAxis
|
Represents property OnDrawRightAxis.
|
|
OnDrawTopAxis
|
Represents property OnDrawTopAxis.
|
|
OnEndDock
|
Represents property OnEndDock.
|
|
OnEndDrag
|
Represents property OnEndDrag.
|
|
OnEnter
|
Represents property OnEnter.
|
|
OnExit
|
Represents property OnExit.
|
|
OnGetLegendStrings
|
Represents property OnGetLegendStrings.
|
|
OnGetSiteInfo
|
Represents property OnGetSiteInfo.
|
|
OnKeyDown
|
Represents property OnKeyDown.
|
|
OnKeyPress
|
Represents property OnKeyPress.
|
|
OnKeyUp
|
Represents property OnKeyUp.
|
|
OnMouseDown
|
Represents property OnMouseDown.
|
|
OnMouseMove
|
Represents property OnMouseMove.
|
|
OnMouseUp
|
Represents property OnMouseUp.
|
|
OnMouseWheel
|
Represents property OnMouseWheel.
|
|
OnMouseWheelDown
|
Represents property OnMouseWheelDown.
|
|
OnMouseWheelUp
|
Represents property OnMouseWheelUp.
|
|
OnPan
|
Represents property OnPan.
|
|
OnResize
|
Represents property OnResize.
|
|
OnStartDock
|
Represents property OnStartDock.
|
|
OnStartDrag
|
Represents property OnStartDrag.
|
|
OnUnDock
|
Represents property OnUnDock.
|
|
OnUnzoom
|
Represents property OnUnzoom.
|
|
OnZoom
|
Represents property OnZoom.
|
|
ParentBiDiMode
|
Represents property ParentBiDiMode.
|
|
ParentColor
|
Represents property ParentColor.
|
|
ParentCtl3D
|
Represents property ParentCtl3D.
|
|
ParentFont
|
Represents property ParentFont.
|
|
ParentShowHint
|
Represents property ParentShowHint.
|
|
PopupMenu
|
Represents property PopupMenu.
|
|
RightAxis
|
Represents property RightAxis.
|
|
ScalingFlags
|
Represents property ScalingFlags.
|
|
SelectionBox
|
Represents property SelectionBox. (Inherited from RSChartPanel.TRSCustomChartPanel.)
|
|
SelectionColor
|
Represents property SelectionColor.
|
|
ShowHint
|
Represents property ShowHint.
|
|
TabOrder
|
Represents property TabOrder.
|
|
TabStop
|
Represents property TabStop.
|
|
TopAxis
|
Represents property TopAxis.
|
|
UseDockManager
|
Represents property UseDockManager.
|
|
UserAction
|
Represents property UserAction. (Inherited from RSChartPanel.TRSCustomChartPanel.)
|
|
UserActions
|
Represents property UserActions.
|
|
UserPan
|
Represents property UserPan.
|
|
UserProportional
|
Represents property UserProportional.
|
|
UserSelect
|
Represents property UserSelect.
|
|
UserZoom
|
Represents property UserZoom.
|
|
Visible
|
Represents property Visible.
|