Skip to main content

TcxGridChartView Methods

A View that displays data as a chart diagram.
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.
See Also