Skip to main content

TcxGridChartController Members

A View controller for a Chart View.

Constructors

Name Description
Create(TcxCustomGridView) Creates a TcxGridViewHandler class instance. Inherited from TcxGridViewHandler.
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

Name Description
Control protected Specifies the grid control owning the View. Inherited from TcxGridViewHandler.
Controller protected Returns the View’s controller object. Inherited from TcxGridViewHandler.
Customization Inherited from TcxCustomGridController.
CustomizationForm Provides access to the customization form associated with the View controller.
CustomizationFormBounds Inherited from TcxCustomGridController.
DataController protected Specifies the data controller assigned to the View. Inherited from TcxGridViewHandler.
DataLevelActiveValuePopup
DesignController Inherited from TcxCustomGridController.
DiagramSelectorPopup
DragAndDropObjectClass Inherited from TcxCustomGridController.
DragImages Inherited from TcxCustomGridController.
FirstVisibleCategoryIndex Specifies the index of the first visible category in a paged diagram.
GridView Provides access to the Chart View, which is controlled by the View controller.
HintCellViewInfo Inherited from TcxCustomGridController.
HintWindow Inherited from TcxCustomGridController.
IsDataGroupMoving Indicates whether a data group is being moved/dragged within the Chart View.
IsDblClick Inherited from TcxCustomGridController.
LookAndFeelPainter Inherited from TcxGridViewHandler.
MouseCaptureViewInfo Inherited from TcxCustomGridController.
MovingDataGroup Provides access to a data group being moved/dragged within the Chart View.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
Painter Inherited from TcxGridViewHandler.
Site Inherited from TcxGridViewHandler.
ViewData protected Specifies the object retrieving data from a data controller and providing it to a View. Inherited from TcxGridViewHandler.
ViewInfo Inherited from TcxGridViewHandler.
VisibleCategoryCount Returns the total number of categories that are currently visible in a diagram.

Methods

Name Description
ActiveDiagramSupportsPaging Determines whether the active diagram supports paging capabilities.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeforeStartDrag Inherited from TcxCustomGridController.
BeginDragAndDrop Inherited from TcxCustomGridController.
BeginUpdate(TcxGridShowLockedStateImageMode) Prevents a grid View from updating until the EndUpdate method is called. Inherited from TcxGridViewHandler.
CancelHint Inherited from TcxCustomGridController.
CanDrag(Integer,Integer) Inherited from TcxCustomGridController.
ControlFocusChanged Inherited from TcxCustomGridController.
DataDrillDown(Integer) Performs a drill-down on the specified category value of the active data group.
DataDrillUp Performs a drill-up (activates a lower data level relative to the currently active data level).
DesignerModified Inherited from TcxCustomGridController.
DoCancelMode Inherited from TcxCustomGridController.
DoCheckCoordinates Inherited from TcxCustomGridController.
DoControlFocusChanged Inherited from TcxCustomGridController.
DoKeyDown(Word,TShiftState) Inherited from TcxCustomGridController.
DragAndDrop(TPoint,Boolean) Inherited from TcxCustomGridController.
DragDrop(TObject,Integer,Integer) Inherited from TcxCustomGridController.
DragOver(TObject,Integer,Integer,TDragState,Boolean) Inherited from TcxCustomGridController.
DrawDragImage(TcxCanvas,TRect) Inherited from TcxCustomGridController.
EndDrag(TObject,Integer,Integer) Inherited from TcxCustomGridController.
EndDragAndDrop(Boolean) Inherited from TcxCustomGridController.
EndUpdate Enables updates of a View. Inherited from TcxGridViewHandler.
Equals(TObject) Inherited from TObject.
GetCursor(Integer,Integer) Inherited from TcxCustomGridController.
GetDragImagesSize Inherited from TcxCustomGridController.
GetHashCode Inherited from TObject.
GetHintWindowClass Inherited from TcxCustomGridController.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetValueHintText(TcxGridChartSeries,Integer) Determines a value hint text for a specific chart value.
HasDataLevelActiveValuePopup
HasDiagramSelectorPopup
HasDragImages Inherited from TcxCustomGridController.
HasFocusedControls Inherited from TcxCustomGridController.
HideHint Inherited from TcxCustomGridController.
IMEComposition(TMessage) Inherited from TcxCustomGridController.
IMEStartComposition Inherited from TcxCustomGridController.
InitScrollBarsParameters Inherited from TcxCustomGridController.
IsDataDrillDownPossible(Integer) Determines whether an end-user can perform a drill-down on a particular category value of the active data group.
IsDataFullyVisible(Boolean) Inherited from TcxCustomGridController.
KeyDown(Word,TShiftState) Inherited from TcxCustomGridController.
KeyPress(Char) Inherited from TcxCustomGridController.
KeyUp(Word,TShiftState) Inherited from TcxCustomGridController.
MouseDown(TMouseButton,TShiftState,Integer,Integer) Inherited from TcxCustomGridController.
MouseMove(TShiftState,Integer,Integer) Inherited from TcxCustomGridController.
MouseUp(TMouseButton,TShiftState,Integer,Integer) Inherited from TcxCustomGridController.
ProcessDetailDialogChar(TcxCustomGridView,Word) Inherited from TcxCustomGridController.
ProcessDialogChar(Word) Inherited from TcxCustomGridController.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
RefreshCustomizationForm Inherited from TcxCustomGridController.
Scroll(TScrollBarKind,TScrollCode,Integer) Scrolls the View contents. Inherited from TcxCustomGridController.
SetScrollBarInfo(TScrollBarKind,Integer,Integer,Integer,Integer,Integer,Boolean,Boolean) Inherited from TcxCustomGridController.
ShowHint(TRect,TRect,string,Boolean,TFont,TcxCustomGridViewCellViewInfo) Inherited from TcxCustomGridController.
StartDrag(TDragObject) Inherited from TcxCustomGridController.
StartDragAndDrop(TPoint) Inherited from TcxCustomGridController.
ToString Inherited from TObject.
UpdateScrollBars(Boolean) Inherited from TcxCustomGridController.
UseRightToLeftAlignment Inherited from TcxGridViewHandler.
WndProc(TMessage) Inherited from TcxCustomGridController.
See Also