Skip to main content

TcxGridChartView Members

A View that displays data as a chart diagram.

Constructors

Name Description
Create(TComponent) Inherited from TComponent.
CreateCloned(TcxControl) Initializes a new instance of the TcxCustomGridView class with specified settings. Inherited from TcxCustomGridView.
CreateEx(TcxControl,Boolean) Creates a new child component instance. Inherited from TcxControlChildComponent.

Properties

Name Description
ActiveDataGroup Specifies the active data group in the View.
ActiveDataLevel Specifies the level of detail (also called the active data level) which is in effect in the View.
ActiveDiagram Specifies the diagram which will be displayed (or active) within the View.
AvailableDiagramCount Returns a count of chart diagrams within the AvailableDiagrams zero-based indexed collection.
AvailableDiagrams Provides indexed access to all chart diagrams that can be displayed within the View.
Categories Specifies the categories used to classify data within the View.
CloneCount Returns the total number of copies (clones) of the current View. Inherited from TcxCustomGridView.
Clones Represents the copies collection of the current View. Inherited from TcxCustomGridView.
ComObject Inherited from TComponent.
ComponentCount Inherited from TComponent.
ComponentIndex Inherited from TComponent.
Components Inherited from TComponent.
ComponentState Inherited from TComponent.
ComponentStyle Inherited from TComponent.
Control Specifies the component’s parent control. Inherited from TcxControlChildComponent.
Controller Provides access to the View’s controller.
DataController Specifies a data controller for the View.
DataGroupCount Gets a count of data groups in the View.
DataGroups Provides indexed access to all data groups in the View.
DataLevelCount Returns the total number of data levels defined in the View.
DataLevelObjects Provides indexed access to data groups associated with data levels in the View.
DesignInfo Inherited from TComponent.
DiagramArea Provides access to appearance settings of area diagrams associated with the View.
DiagramBar Provides access to appearance settings of bar diagrams associated with the View.
DiagramColumn Provides access to appearance settings of column diagrams associated with the View.
DiagramCount Determines the total number of diagrams which are contained within the View.
DiagramLine Provides access to appearance settings of line diagrams associated with the View.
DiagramPie Provides access to appearance settings of pie diagrams associated with the View.
Diagrams Provides indexed access to the diagrams which are contained within the View.
DiagramStackedArea Provides access to appearance settings of stacked area diagrams associated with the View.
DiagramStackedBar Provides access to appearance settings of stacked bar diagrams associated with the View.
DiagramStackedColumn Provides access to appearance settings of stacked column diagrams associated with the View.
DragMode Specifies the manner in which Views initiate drag-and-drop operations. Inherited from TcxCustomGridView.
FakeComponentLink1 Inherited from TcxComponent.
FakeComponentLink2 Inherited from TcxComponent.
FakeComponentLink3 Inherited from TcxComponent.
Focused Determines whether the current View has focus. Inherited from TcxCustomGridView.
Images protected Specifies the collection of images that are used as icons for column headers. Inherited from TcxCustomGridView.
IsControlFocused Indicates whether the grid control owning the current View has focus. Inherited from TcxCustomGridView.
IsControlLocked Inherited from TcxCustomGridView.
IsDataGrouped Determines whether series values displayed in the View are grouped in the same categories.
IsDesigning Inherited from TcxComponent.
IsDestroying Specifies whether the component is currently being destroyed. Inherited from TcxControlChildComponent.
IsDetail Indicates whether the current View is placed at a child grid level. Inherited from TcxCustomGridView.
IsLoading Specifies whether the current component is being loaded. Inherited from TcxControlChildComponent.
IsMaster Indicates whether the current View level has child Views which can be displayed. Inherited from TcxCustomGridView.
IsPattern Indicates whether the current View is a “pattern“ View. Inherited from TcxCustomGridView.
Legend Specifies the chart legend for the View.
Level Returns the grid level that owns the current View. Inherited from TcxCustomGridView.
LookAndFeel Inherited from TcxCustomGridView.
LookAndFeelPainter Inherited from TcxCustomGridView.
MasterDataController Inherited from TcxCustomGridView.
MasterGridRecordIndex Returns the index of the master View record for which the current View is displayed as a detail View. Inherited from TcxCustomGridView.
MasterGridView Returns a master View for the current View. Inherited from TcxCustomGridView.
MasterRecordIndex Returns the index of the master dataset record corresponding to a master View record. The current View is displayed as a detail View. Inherited from TcxCustomGridView.
Name Inherited from TComponent.
Observers Inherited from TComponent.
OptionsBehavior Provides access to settings that determine the View’s response to end-user actions.
OptionsCustomize Provides access to settings that determine end-user customization capabilities in the View.
OptionsSelection protected Contains selection options for the current View. Inherited from TcxCustomGridView.
OptionsView Provides access to settings that determine appearance aspects of the View.
Owner Inherited from TComponent.
Painter Inherited from TcxCustomGridView.
PatternGridView Returns the View whose copy (clone) is the current View. Inherited from TcxCustomGridView.
PopupMenu Specifies the popup menu associated with the current View. Inherited from TcxCustomGridView.
Repository Inherited from TcxCustomGridView.
Series Provides indexed access to all the series for the View.
SeriesCount Gets a count of the total number of series within the View.
Site Provides access to the control that holds the View. Inherited from TcxCustomGridView.
SortedSeries Specifies the series whose chart values are used to determine the plotting order of categories in the View.
StorageControl Inherited from TcxCustomGridView.
StorageOptions Inherited from TcxCustomGridView.
StoringName Inherited from TcxCustomGridView.
Styles Specifies a set of styles which manage the appearance aspects of the View’s elements.
Synchronization Determines whether all the “clone“ Views of the current detail View should be synchronized automatically with a “pattern“ View. Inherited from TcxCustomGridView.
TabStop Inherited from TcxCustomGridView.
Tag Inherited from TComponent.
Title Specifies the chart’s title.
ToolBox Provides access to appearance settings of a chart toolbox for the View.
VCLComObject Inherited from TComponent.
ViewData Provides access to the data in the data store which correspond to the category values and series values.
ViewInfo Provides access to the ViewInfo object that contains the Chart View rendering information.
ViewInfoCache Inherited from TcxCustomGridView.
Visible Indicates whether the current View is displayed. Inherited from TcxCustomGridView.
VisibleDataGroupCount Gets a count of data groups associated with data levels in the View. These data groups are called visible data groups.
VisibleDataGroups Provides indexed access to all data groups associated with data levels in the View. These data groups are called visible data groups.
VisibleSeries Provides indexed access to all the series whose values are rendered in the View.
VisibleSeriesCount Gets a count of the total number of series whose values are rendered in the View.
VisibleSeriesGroupCount
VisibleSeriesGroupIndex

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignSettings(TcxCustomGridView) Inherited from TcxCustomGridView.
AssignTo(TPersistent) Inherited from TPersistent.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject) Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject) Inherited from TComponent.
BeginInvoke(TProc,TObject) Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject) Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject) Inherited from TComponent.
BeginUpdate(TcxGridShowLockedStateImageMode) Prevents the current View’s updates until the EndUpdate or CancelUpdate method is called. Inherited from TcxCustomGridView.
BoundsChanged(Boolean,Boolean) Inherited from TcxCustomGridView.
CanActivateDataLevel(Integer) Determines whether the specified data level can be activated.
CancelUpdate Enables the current View’s updates after calling the BeginUpdate method. Inherited from TcxCustomGridView.
Changed(TcxGridViewChangeKind) Inherited from TcxCustomGridView.
Changed(TObject) Inherited from TcxCustomGridView.
CheckSynchronizationAssignNeeded Inherited from TcxCustomGridView.
ClearDataGroups Removes all data groups from the View.
ClearSeries Removes all the series that are associated with the View.
CreateDataGroup Creates a data group in the View.
CreateImage(TGraphicClass,Integer,Integer) Creates an image of the Chart View.
CreateSeries Creates a series for the View.
CreateViewInfo Inherited from TcxCustomGridView.
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
EndUpdate Enables the current View’s updates after calling the BeginUpdate method. Inherited from TcxCustomGridView.
Equals(TObject) Inherited from TObject.
ExecuteAction(TBasicAction) Inherited from TComponent.
FindComponent(String) Inherited from TComponent.
FindDataGroupByID(Integer) Searches for a data group which has a specified identifier.
FindDataGroupByName(string) Searches for a data group which has a specified name.
FindDataGroupByTag(TcxTag) Searches for a data group which has a specified tag value.
FindDiagramByDisplayText(string) Searches for a diagram which has a specified descriptive text.
FindDiagramByID(string) Searches for a diagram which has a specified identifier.
FindSeriesByID(Integer) Searches for a series within the View which has the specified identifier.
FindSeriesByName(string) Searches for a series which has the specified name.
FindSeriesByTag(TcxTag) Searches for a series which has the specified tag value.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetDataGroupClass Returns the class type associated with data groups in the View.
GetHashCode Inherited from TObject.
GetHitTest(Integer,Integer) Returns the HitTest object identifying the View’s element located at a particular point (called test or inspected point). Inherited from TcxCustomGridView.
GetHitTest(TPoint) Inherited from TcxCustomGridView.
GetImages Returns the collection of images that are used as icons for column headers. Inherited from TcxCustomGridView.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
GetSeriesClass Returns the class type associated with series in the View.
HasAsClone(TcxCustomGridView) Inherited from TcxCustomGridView.
HasAsMaster(TcxCustomGridView) Inherited from TcxCustomGridView.
HasParent Inherited from TComponent.
HideHourglassCursor Suppresses the hourglass cursor. Inherited from TcxCustomGridView.
InsertComponent(TComponent) Inherited from TComponent.
Invalidate(Boolean) Invalidates the current View. Inherited from TcxCustomGridView.
IsImplementorOf(IInterface) Inherited from TComponent.
IsSynchronization Inherited from TcxCustomGridView.
IsUpdateLocked Inherited from TcxCustomGridView.
LayoutChanged(Boolean) Updates the View in response to layout changes. Inherited from TcxCustomGridView.
Loaded Inherited from TComponent.
Notification(TComponent,TOperation) Inherited from TComponent.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
RestoreDefaults Restores the default View settings. Inherited from TcxCustomGridView.
RestoreFromIniFile(string,Boolean,Boolean,TcxGridStorageOptions,string,string) Restores View-specific information from an INI file. Inherited from TcxCustomGridView.
RestoreFromRegistry(string,Boolean,Boolean,TcxGridStorageOptions,string,string) Restores View-specific information from the registry. Inherited from TcxCustomGridView.
RestoreFromStorage(string,TcxCustomReaderClass,Boolean,Boolean,TcxGridStorageOptions,string,string) Restores View-specific information from a custom storage. Inherited from TcxCustomGridView.
RestoreFromStream(TStream,Boolean,Boolean,TcxGridStorageOptions,string,string) Restores View-specific information from a stream. Inherited from TcxCustomGridView.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
ShowHourglassCursor Displays the hourglass cursor. Inherited from TcxCustomGridView.
SizeChanged(Boolean,Boolean) Responds to View resizing. Inherited from TcxCustomGridView.
StoreToIniFile(string,Boolean,TcxGridStorageOptions,string,string) Saves View-specific information to an INI file. Inherited from TcxCustomGridView.
StoreToRegistry(string,Boolean,TcxGridStorageOptions,string,string) Stores View-specific information to the registry. Inherited from TcxCustomGridView.
StoreToStorage(string,TcxCustomWriterClass,Boolean,TcxGridStorageOptions,string,string) Saves View-specific information to a custom storage. Inherited from TcxCustomGridView.
StoreToStream(TStream,TcxGridStorageOptions,string,string) Saves the View-specific information to a stream. Inherited from TcxCustomGridView.
ToString Inherited from TObject.
UpdateAction(TBasicAction) Inherited from TComponent.
UseRightToLeftAlignment Inherited from TcxCustomGridView.
ViewChanged Inherited from TcxCustomGridView.
ViewChanged(TcxRegion) Invalidates a View or View region. Inherited from TcxCustomGridView.
ViewChanged(TRect) Inherited from TcxCustomGridView.

Events

Name Description
CategoriesEvents
DataControllerEvents Inherited from TcxCustomGridView.
DiagramAreaEvents
DiagramBarEvents
DiagramColumnEvents
DiagramLineEvents
DiagramPieEvents
DiagramStackedAreaEvents
DiagramStackedBarEvents
DiagramStackedColumnEvents
OnActiveDataLevelChanged Occurs after the active data level has been changed.
OnActiveDiagramChanged Occurs when an active diagram is changed.
OnCustomDrawLegend Occurs when a chart legend within the View needs to be painted.
OnCustomDrawLegendItem Occurs when a legend item within the View needs to be painted.
OnCustomization Inherited from TcxCustomGridView.
OnDataGroupPosChanged Occurs when an end-user repositions a data level in the data level navigator.
OnDblClick Occurs when an end-user double-clicks within the current View. Inherited from TcxCustomGridView.
OnDragDrop Occurs when a user drops the object being dragged within the current View. Inherited from TcxCustomGridView.
OnDragOver Occurs when a user drags an object over the current View. Inherited from TcxCustomGridView.
OnEndDrag Occurs when finishing dragging an object. Inherited from TcxCustomGridView.
OnFirstVisibleCategoryIndexChanged Occurs after the first visible category in a paged diagram has been changed.
OnGetStoredProperties Occurs when the list of the current View’s properties that will be stored in external storage is produced. Inherited from TcxCustomGridView.
OnGetStoredPropertyValue Occurs when the values of the current View’s properties are stored in external storage. Inherited from TcxCustomGridView.
OnGetValueHint Occurs when the text of a hint for a series value in the View needs to be determined.
OnInitStoredObject Occurs when a non-existent View element that is present within storage is created within the View. Inherited from TcxCustomGridView.
OnKeyDown Inherited from TcxCustomGridView.
OnKeyPress Inherited from TcxCustomGridView.
OnKeyUp Inherited from TcxCustomGridView.
OnMouseDown Occurs when an end-user presses a mouse button and the mouse pointer is located over the current View. Inherited from TcxCustomGridView.
OnMouseEnter Occurs when the mouse pointer moves over the current View. Inherited from TcxCustomGridView.
OnMouseLeave Occurs when the mouse pointer leaves the current View. Inherited from TcxCustomGridView.
OnMouseMove Inherited from TcxCustomGridView.
OnMouseUp Occurs when an end-user releases a mouse button that was pressed and the mouse pointer is located over the current View. Inherited from TcxCustomGridView.
OnMouseWheel Inherited from TcxCustomGridView.
OnMouseWheelDown Inherited from TcxCustomGridView.
OnMouseWheelUp Inherited from TcxCustomGridView.
OnSeriesPosChanged Occurs when an end-user modifies the visible position of a series in categories.
OnSetStoredPropertyValue Occurs when the values of the current View’s properties are restored from external storage. Inherited from TcxCustomGridView.
OnStartDrag Occurs when a user starts dragging by left-clicking the current View. Inherited from TcxCustomGridView.
OnValueClick Occurs when a data marker for a particular chart value is clicked.
StylesEvents Inherited from TcxCustomGridView.
See Also