Skip to main content

TdxChartControl Methods

A Chart control.
Name Description
AcceptMousePosForClick(Integer,Integer) Inherited from TcxControl.
AddDiagram(TdxChartDiagramClass,string) Creates a new diagram with the specified title. Inherited from TdxCustomChartControl.
AddDiagram<T>(string) Creates a new diagram with the specified title in Delphi code. Inherited from TdxCustomChartControl.
AddFontListener(IcxFontListener) Inherited from TcxControl.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginDrag(Boolean,Integer) Inherited from TControl.
BeginDragAndDrop Inherited from TcxControl.
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 Postpones all control redraw operations that reflect content and appearance setting changes until an EndUpdate or CancelUpdate procedure call. Inherited from TdxCustomChartControl.
BringToFront Inherited from TControl.
Broadcast(Untyped) Inherited from TWinControl.
CalculateHitTest(Integer,Integer) Calculates HitTest information for the specified pixel coordinates within the Chart control client area. Inherited from TdxCustomChartControl.
CancelUpdate Re-enables change notifications and delays pending changes made in the Chart control or its diagrams after a BeginUpdate procedure call until the next data or setting change. Inherited from TdxCustomChartControl.
CanFocus Inherited from TWinControl.
CanFocusEx Inherited from TcxControl.
ChangeScale(Integer,Integer) Inherited from TControl.
CheckNonMainThreadUsage Inherited from TControl.
Click Inherited from TControl.
ClientToParent(TPoint,TWinControl) Inherited from TControl.
ClientToScreen(TPoint) Inherited from TControl.
ClientToScreen(TRect) Inherited from TControl.
ConstrainedResize(Integer,Integer,Integer,Integer) Inherited from TControl.
ContainsControl(TControl) Inherited from TWinControl.
ControlAtPos(TPoint,Boolean,Boolean,Boolean) Inherited from TWinControl.
CreateParentedControl(HWND) Inherited from TWinControl.
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
DisableAlign Inherited from TWinControl.
Dock(TWinControl,TRect) Inherited from TControl.
DockDrop(TDragDockObject,Integer,Integer) Inherited from TWinControl.
DragDrop(TObject,Integer,Integer) Inherited from TControl.
Dragging Inherited from TControl.
DrawTextBiDiModeFlags(Longint) Inherited from TControl.
DrawTextBiDiModeFlagsReadingOnly Inherited from TControl.
EnableAlign Inherited from TWinControl.
EndDrag(Boolean) Inherited from TControl.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
EndUpdate Applies all pending changes and redraws the Chart control after a BeginUpdate procedure call. Inherited from TdxCustomChartControl.
Equals(TObject) Inherited from TObject.
ExecuteAction(TBasicAction) Inherited from TComponent.
ExportToBMP(TStream,Integer,Integer) Exports content to a stream in BMP (device-independent bitmap) format. Inherited from TdxCustomChartControl.
ExportToBMP(string,Integer,Integer) Exports content to a file in BMP (device-independent bitmap) format. Inherited from TdxCustomChartControl.
ExportToDOCX(TStream,Integer,Integer) Exports content as an image container in a DOCX document and saves it to the target stream. Inherited from TdxCustomChartControl.
ExportToDOCX(string,Integer,Integer) Exports content as an image container in a DOCX document and saves it to a file. Inherited from TdxCustomChartControl.
ExportToEMF(TStream,Integer,Integer) Exports content to a stream in EMF format. Inherited from TdxCustomChartControl.
ExportToEMF(string,Integer,Integer) Exports content to a file in EMF format. Inherited from TdxCustomChartControl.
ExportToGIF(TStream,Integer,Integer) Exports content to a stream in GIF format. Inherited from TdxCustomChartControl.
ExportToGIF(string,Integer,Integer) Exports content to a file in GIF format. Inherited from TdxCustomChartControl.
ExportToImage(TStream,TdxSmartImageCodecClass,Integer,Integer) Exports content to a stream in any supported image format. Inherited from TdxCustomChartControl.
ExportToImage(string,TdxSmartImageCodecClass,Integer,Integer) Exports content to a file in any supported image format. Inherited from TdxCustomChartControl.
ExportToJPEG(TStream,Integer,Integer) Exports content to a stream in JPEG format. Inherited from TdxCustomChartControl.
ExportToJPEG(string,Integer,Integer) Exports content to a file in JPEG format. Inherited from TdxCustomChartControl.
ExportToPNG(TStream,Integer,Integer) Exports content to a stream in PNG (Portable Network Graphics) format. Inherited from TdxCustomChartControl.
ExportToPNG(string,Integer,Integer) Exports content to a file in PNG (Portable Network Graphics) format. Inherited from TdxCustomChartControl.
ExportToSVG(TStream,Integer,Integer) Exports content to a stream in SVG (Scalable Vector Graphics) format. Inherited from TdxCustomChartControl.
ExportToSVG(string,Integer,Integer) Exports content to a file in SVG format. Inherited from TdxCustomChartControl.
ExportToTIFF(TStream,Integer,Integer) Exports content to a stream in TIFF (Tagged Image File Format) format. Inherited from TdxCustomChartControl.
ExportToTIFF(string,Integer,Integer) Exports content to a file in TIFF (Tagged Image File Format) format. Inherited from TdxCustomChartControl.
ExportToWMF(TStream,Integer,Integer) Exports content to a stream in WMF format. Inherited from TdxCustomChartControl.
ExportToWMF(string,Integer,Integer) Exports content to a file in WMF format. Inherited from TdxCustomChartControl.
ExportToXLSX(TStream,Integer,Integer) Exports content as an image container in an XLSX document and saves it to the target stream. Inherited from TdxCustomChartControl.
ExportToXLSX(string,Integer,Integer) Exports content as an image container in an XLSX document and saves it to a file. Inherited from TdxCustomChartControl.
FindChildControl(String) Inherited from TWinControl.
FindComponent(String) Inherited from TComponent.
FinishDragAndDrop(Boolean) Inherited from TcxControl.
FlipChildren(Boolean) Inherited from TWinControl.
Focused Inherited from TWinControl.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetControlsAlignment Inherited from TControl.
GetDragImages Inherited from TControl.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
GetStyleName Inherited from TControl.
GetSystemMetrics(Integer) Inherited from TControl.
GetTabControlList(TList) Inherited from TWinControl.
GetTabOrderList(TList) Inherited from TWinControl.
GetTextBuf(PChar,Integer) Inherited from TControl.
GetTextLen Inherited from TControl.
HandleAllocated Inherited from TWinControl.
HandleNeeded Inherited from TWinControl.
HasParent Inherited from TComponent.
Hide Inherited from TControl.
InitiateAction Inherited from TControl.
InsertComponent(TComponent) Inherited from TComponent.
InsertControl(TControl) Inherited from TWinControl.
Invalidate Inherited from TControl.
InvalidateRect(TRect,Boolean) Adds a specified portion of the control’s client area to the window update region. Inherited from TcxControl.
InvalidateRgn(TcxRegion,Boolean) Inherited from TcxControl.
InvalidateWithChildren Inherited from TcxControl.
IsCustomStyleActive Inherited from TControl.
IsImplementorOf(IInterface) Inherited from TComponent.
IsLightStyleColor(TColor) Inherited from TControl.
IsMouseInPressedArea(Integer,Integer) Inherited from TcxControl.
IsRightToLeft Inherited from TControl.
Loaded Inherited from TComponent.
LoadFromStream(TStream) Loads series data from the specified stream populated by a SaveToStream procedure call. Inherited from TdxCustomChartControl.
LockDrawing Inherited from TWinControl.
LockScrollBars Inherited from TcxControl.
ManualDock(TWinControl,TControl,TAlign) Inherited from TControl.
ManualFloat(TRect) Inherited from TControl.
MouseDown(TMouseButton,TShiftState,Integer,Integer) Inherited from TControl.
MouseMove(TShiftState,Integer,Integer) Inherited from TControl.
MouseUp(TMouseButton,TShiftState,Integer,Integer) Inherited from TControl.
MouseWheelHandler(TMessage) Inherited from TControl.
Notification(TComponent,TOperation) Inherited from TComponent.
PaintTo(HDC,Integer,Integer) Inherited from TWinControl.
PaintTo(TCanvas,Integer,Integer) Inherited from TWinControl.
ParentToClient(TPoint,TWinControl) Inherited from TControl.
Perform(Cardinal,WPARAM,LPARAM) Inherited from TControl.
Perform(Cardinal,WPARAM,PChar) Inherited from TControl.
Perform(Cardinal,WPARAM,TRect) Inherited from TControl.
PostMouseMove Inherited from TcxControl.
PostMouseMove(TPoint) Inherited from TcxControl.
PreProcessMessage(TMsg) Inherited from TWinControl.
Realign Inherited from TWinControl.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
Refresh Inherited from TControl.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveControl(TControl) Inherited from TWinControl.
RemoveFontListener(IcxFontListener) Inherited from TcxControl.
RemoveFreeNotification(TComponent) Inherited from TComponent.
Repaint Inherited from TControl.
ReplaceDockedControl(TControl,TWinControl,TControl,TAlign) Inherited from TControl.
SaveToStream(TStream) Saves series data from all diagrams to the specified stream. Inherited from TdxCustomChartControl.
ScaleBy(Integer,Integer) Inherited from TWinControl.
ScaleForPPI(Integer) Inherited from TControl.
ScaleRectSize(TRect) Inherited from TControl.
ScaleValue(Double) Inherited from TControl.
ScaleValue(Integer) Inherited from TControl.
ScaleValue(TPoint) Inherited from TControl.
ScaleValue(TRect) Inherited from TControl.
ScaleValue(TSize) Inherited from TControl.
ScreenToClient(TPoint) Inherited from TControl.
ScreenToClient(TRect) Inherited from TControl.
ScrollBy(Integer,Integer) Inherited from TWinControl.
ScrollContent(TcxDirection) Inherited from TcxControl.
ScrollWindow(Integer,Integer,TRect) Inherited from TcxControl.
SendToBack Inherited from TControl.
SetBounds(Integer,Integer,Integer,Integer) Inherited from TControl.
SetDesignVisible(Boolean) Inherited from TControl.
SetFocus Inherited from TWinControl.
SetParentComponent(TComponent) Inherited from TComponent.
SetScrollBarInfo(TScrollBarKind,Integer,Integer,Integer,Integer,Integer,Boolean,Boolean) Inherited from TcxControl.
SetSubComponent(Boolean) Inherited from TComponent.
SetTextBuf(PChar) Inherited from TControl.
Show Inherited from TControl.
StartDrag(TDragObject) Inherited from TcxControl.
SystemInfoChanged(Cardinal) Inherited from TcxControl.
ToString Inherited from TObject.
TranslationChanged Inherited from TcxControl.
UnlockDrawing Inherited from TWinControl.
UnlockScrollBars Inherited from TcxControl.
Update Inherited from TControl.
UpdateAction(TBasicAction) Inherited from TComponent.
UpdateControlState Inherited from TWinControl.
UpdateWithChildren Inherited from TcxControl.
UseRightToLeftAlignment Inherited from TControl.
UseRightToLeftReading Inherited from TControl.
UseRightToLeftScrollBar Inherited from TControl.
WndProc(TMessage) Inherited from TControl.
See Also