Back to Devexpress

TcxGridChartView Methods

vcl-cxgridchartview-dot-tcxgridchartview-dot-underscore-methods.md

latest22.5 KB
Original Source

TcxGridChartView Methods

A grid Chart View.

NameDescription
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)Identifies the specified data level can be activated.
CancelUpdateEnables the current View’s updates after calling the BeginUpdate method. Inherited from TcxCustomGridView.
Changed(TcxGridViewChangeKind)Inherited from TcxCustomGridView.
Changed(TObject)Inherited from TcxCustomGridView.
CheckSynchronizationAssignNeededInherited from TcxCustomGridView.
ClearDataGroupsRemoves all data groups from the View.
ClearSeriesRemoves all the series that are associated with the View.
CreateDataGroupCreates a data group in the View.
CreateImage(TGraphicClass,Integer,Integer)Creates an image of the Chart View.
CreateSeriesCreates a series for the View.
CreateViewInfoInherited from TcxCustomGridView.
DestroyComponentsInherited from TComponent.
DestroyingInherited from TComponent.
EndFunctionInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult)Inherited from TComponent.
EndUpdateEnables 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 with the specified display text.
FindDiagramByID(string)Searches for a diagram with the 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.
FreeOnReleaseInherited from TComponent.
GetChildren(TGetChildProc,TComponent)Inherited from TComponent.
GetDataGroupClassReturns the class type associated with data groups in the View.
GetHashCodeInherited from TObject.
GetHitTest(Integer,Integer)Returns the HitTest object that identifies the visual element at the inspected point. Inherited from TcxCustomGridView.
GetHitTest(TPoint)Inherited from TcxCustomGridView.
GetImagesReturns the image list used as the source of icons for data item headers. Inherited from TcxCustomGridView.
GetNamePathInherited from TPersistent.
GetOwnerInherited from TPersistent.
GetParentComponentInherited from TComponent.
GetSeriesClassReturns the class type associated with series in the View.
HasAsClone(TcxCustomGridView)Inherited from TcxCustomGridView.
HasAsMaster(TcxCustomGridView)Inherited from TcxCustomGridView.
HasParentInherited from TComponent.
HideHourglassCursorSuppresses the hourglass cursor. Inherited from TcxCustomGridView.
InsertComponent(TComponent)Inherited from TComponent.
Invalidate(Boolean)Invalidates the grid View. Inherited from TcxCustomGridView.
IsImplementorOf(IInterface)Inherited from TComponent.
IsSynchronizationInherited from TcxCustomGridView.
IsUpdateLockedInherited from TcxCustomGridView.
LayoutChanged(Boolean)Updates the View in response to layout changes. Inherited from TcxCustomGridView.
LoadedInherited from TComponent.
Notification(TComponent,TOperation)Inherited from TComponent.
ReferenceInterface(IInterface,TOperation)Inherited from TComponent.
RemoveComponent(TComponent)Inherited from TComponent.
RemoveFreeNotification(TComponent)Inherited from TComponent.
RestoreDataViewState(TcxGridStorageOptions)Restores user interaction states stored in memory after a StoreDataViewState procedure call. Inherited from TcxCustomGridView.
RestoreDataViewStateFromStream(TStream,TcxGridStorageOptions)Restores the previously saved data view state from a stream. Inherited from TcxCustomGridView.
RestoreDefaultsRestores the default View settings. Inherited from TcxCustomGridView.
RestoreFromIniFile(string,Boolean,Boolean,TcxGridStorageOptions,string,string)Restores previously saved grid View state information from an INI file. Inherited from TcxCustomGridView.
RestoreFromRegistry(string,Boolean,Boolean,TcxGridStorageOptions,string,string)Restores previously saved grid View state information from the system registry. Inherited from TcxCustomGridView.
RestoreFromStorage(string,TcxCustomReaderClass,Boolean,Boolean,TcxGridStorageOptions,string,string)Restores previously saved grid View state information from a file in a custom data format. Inherited from TcxCustomGridView.
RestoreFromStream(TStream,Boolean,Boolean,TcxGridStorageOptions,string,string)Restores previously saved grid View state information from a stream. Inherited from TcxCustomGridView.
SetParentComponent(TComponent)Inherited from TComponent.
SetSubComponent(Boolean)Inherited from TComponent.
ShowHourglassCursorDisplays the hourglass cursor. Inherited from TcxCustomGridView.
SizeChanged(Boolean,Boolean)Responds to View resizing. Inherited from TcxCustomGridView.
StoreDataViewState(TcxGridStorageOptions)Stores specified user interaction states in memory. Inherited from TcxCustomGridView.
StoreDataViewStateToStream(TStream,TcxGridStorageOptions)Saves specified user grid View interaction states to a stream. Inherited from TcxCustomGridView.
StoreToIniFile(string,Boolean,TcxGridStorageOptions,string,string)Saves grid View state information to an INI file. Inherited from TcxCustomGridView.
StoreToRegistry(string,Boolean,TcxGridStorageOptions,string,string)Saves specified View data structure and user interaction information to the system registry. Inherited from TcxCustomGridView.
StoreToStorage(string,TcxCustomWriterClass,Boolean,TcxGridStorageOptions,string,string)Saves grid View data layout and user interaction states to a file in a custom data format. Inherited from TcxCustomGridView.
StoreToStream(TStream,TcxGridStorageOptions,string,string)Saves specified View data structure and user interaction information to a stream. Inherited from TcxCustomGridView.
ToStringInherited from TObject.
UpdateAction(TBasicAction)Inherited from TComponent.
UseRightToLeftAlignmentInherited from TcxCustomGridView.
ViewChangedInherited from TcxCustomGridView.
ViewChanged(TcxRegion)Invalidates a View or View region. Inherited from TcxCustomGridView.
ViewChanged(TRect)Inherited from TcxCustomGridView.

See Also

TcxGridChartView Class

TcxGridChartView Members

cxGridChartView Unit