Skip to content
Xusinboy Bekchanov edited this page Nov 5, 2023 · 7 revisions

Table of Contents

Definition

Namespace: My.Sys.Forms

Chart - The Chart control is a chart object that exposes events.

Properties

Name Description
Align Returns/sets which control borders are docked to its parent control and determines how a control is resized with its parent (Windows, Linux).
AllowDrop Gets or sets a value indicating whether the control can accept data that the user drags onto it (Windows, Linux).
Anchor Returns/sets the edges of the container to which a control is bound and determines how a control is resized with its parent (Windows, Linux).
AxisMax
AxisMin
BackColor Returns/sets the background color used to display text and graphics in an object (Windows, Linux).
BackColorOpacity
Border
BorderColor
BorderRound
BorderStyle Returns/sets the border style for an object (Windows, Linux).
Canvas Canvas is all about drawing in a container (Windows, Linux).
ChartOrientation
ChartStyle
Constraints Specifies the size constraints for the control (Windows, Linux).
ContextMenu Returns/sets the PopupMenu associated with this control (Windows, Linux).
ControlIndex
Controls Gets the collection of controls contained within the control (Windows, Linux).
Count
Cursor Returns/sets the type of mouse pointer displayed when over part of an object (Windows, Linux).
Designer
DesignMode Gets a value that indicates whether the Component is currently in design mode.
DonutWidth
DoubleBuffered Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker (Windows only)
Enabled Returns/sets a value that determines whether an object can respond to user-generated events (Windows, Linux).
ExtraMargins Returns/sets the extra space between controls.
FillGradient
FillOpacity
Font Returns a Font object (Windows, Linux).
ForeColor Returns/sets the foreground color used to display text and graphics in an object (Windows, Linux).
Grouped Returns/sets the value indicating the first control of a group of controls (Windows only).
Handle Gets the window handle that the control is bound to.
Height Returns/sets the height of an object.
HelpContext Specifies the default Help file context ID for an object (Windows only).
Hint Returns/sets the text displayed when the mouse is paused over the control (Windows, Linux).
ID Gets or sets the programmatic identifier assigned to the control (Windows only).
IsChild Determines whether a window is a child window or descendant window of a specified parent window (Windows only).
ItemColor
LabelsAlignment
LabelsFormat
LabelsFormats
LabelsPosition
LabelsVisible
LayoutHandle
Left Returns/sets the distance between the internal left edge of an object and the left edge of its container.
LegendAlign
LegendVisible
LinesColor
LinesCurve
LinesWidth
Location Returns/sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
Margins Returns/sets the space between controls.
Name Returns the name used in code to identify an object.
Parent Returns/sets the parent container of the control (Windows, Linux).
Rotation
SeparatorLine
SeparatorLineColor
SeparatorLineWidth
ShowHint Returns/sets the value indicating show hint (Windows, Linux).
Size Returns/sets the height and width of the control.
Special
SubClass Returs/sets a value indicating type is subclass or not (Windows only).
Tag Stores any extra data needed for your program.
Text Returns/sets the text contained in the control (Windows, Linux).
Title
TitleFont
TitleForeColor
ToolTipsFormat
Top Returns/sets the distance between the internal top edge of an object and the top edge of its container.
VerticalLines
Visible Returns/sets a value that determines whether an object is visible or hidden (Windows, Linux).
Width Returns/sets the width of an object.

Methods

Name Description
Add Adds the specified control to the control collection (Windows, Linux).
AddAxisItems
AddItem
AddRange Adds the specified controls range to the control collection (Windows, Linux).
AddSerie
AxisItemsCount
BringToFront Brings the control to the front of the z-order (Windows only).
ClassAncestor Returns ancestor class of control.
ClassName
Clear
ClientHeight Returns/sets the height of the client area of the control (Windows, Linux).
ClientToScreen Converts the client-area coordinates of a specified point to screen coordinates (Windows only).
ClientWidth Returns/sets the width of the client area of the control (Windows, Linux).
ControlByName Retrieves the Control object from Control name in the collection (Windows, Linux).
ControlCount Gets the number of controls in the Control collection (Windows, Linux).
CreateWnd Creates the window (Windows only)
Focused Returns a value indicating whether the control has input focus (Windows, Linux).
FreeWnd Destroys the specified window handle (Windows, Linux).
FullTypeName Function to get any typename in the inheritance up hierarchy of the type of an instance (address: 'po') compatible with the built-in 'Object' ('baseIndex = 0' to get the typename of the instance) ('baseIndex = -1' to get the base.typename of the instance, or "" if not existing) ('baseIndex = -2' to get the base.base.typename of the instance, or "" if not existing)
GetBounds Gets the bounds of the control to the specified location and size.
GetCenterPie
GetForm Retrieves the form that the control is on (Windows, Linux).
GetTextLength Determines the length, in characters, of the text associated with a window (Windows, Linux).
GetTopLevel Determines if the control is a top-level control.
GetWindowsDPI
Hide Conceals the control from the user (Windows, Linux).
IndexOf Retrieves the index of a specified Control object in the collection (Windows, Linux).
Invalidate Invalidates the entire surface of the control and causes the control to be redrawn (Windows only).
IsEmpty
ProcessMessage
ReadProperty
RecreateWnd Recreates the window (Windows only)
Refresh
Remove Removes the specified control from the control collection (Windows, Linux).
Repaint Forces the control to invalidate its client area and immediately redraw itself and any child controls (Windows, Linux).
RequestAlign Instructs the parent of a control to reposition the control, enforcing its Align property (Windows, Linux).
RGBtoARGB
ScreenToClient Converts the screen coordinates of a specified point on the screen to client coordinates (Windows only).
SelectNextControl Activates the next control (Windows only).
SendToBack Sends the control to the back of the z-order (Windows only).
SeriesCount
SetBounds Sets the bounds of the control to the specified location and size.
SetFocus Moves the focus to the specified form or the specified control on the active form (Windows, Linux).
SetMargins Sets the left, top, right, bottom margins for a container control (Windows, Linux).
Show Displays the control to the user (Windows, Linux).
SumSerieValues
TopLevelControl Returns the parent control that is not parented by another Forms control. Typically, this is the outermost Form that the control is contained in (Windows, Linux).
ToString Returns a string that represents the current object.
Update Causes the control to redraw the invalidated regions within its client area (Windows, Linux).
UpdateLock Disables drawing in the specified window (Windows only).
UpdateSerie
UpdateUnLock Enables drawing in the specified window (Windows only).
Wait
WriteProperty

Events

Name Description
OnClick Occurs when the control is clicked (Windows, Linux, Android, Web).
OnCreate Occurs when the control is created (Windows, Linux).
OnDblClick Occurs when the control is double-clicked (Windows, Linux).
OnDestroy Occurs when the control's handle is in the process of being destroyed (Windows, Linux).
OnDropFile Occurs when the user drops a file on the window of an application that has registered itself as a recipient of dropped files (Windows, Linux).
OnGotFocus Occurs when the control receives focus (Windows, Linux).
OnItemClick
OnKeyDown Occurs when a key is pressed while the control has focus (Windows, Linux).
OnKeyPress Occurs when a character. space or backspace key is pressed while the control has focus (Windows, Linux).
OnKeyUp Occurs when a key is released while the control has focus (Windows, Linux).
OnLostFocus Occurs when the control loses focus (Windows, Linux).
OnMessage Occurs when the window receives a message (Windows, Linux).
OnMouseDown Occurs when the mouse pointer is over the control and a mouse button is pressed (Windows, Linux).
OnMouseEnter Occurs when the mouse pointer enters the control (Windows, Linux).
OnMouseHover Occurs when the mouse pointer rests on the control (Windows only).
OnMouseLeave Occurs when the mouse pointer leaves the control (Windows, Linux).
OnMouseMove Occurs when the mouse pointer is moved over the control (Windows, Linux).
OnMouseUp Occurs when the mouse pointer is over the control and a mouse button is released (Windows, Linux).
OnMouseWheel Occurs when the mouse wheel moves while the control has focus (Windows, Linux).
OnMove Occurs when the control is moved (Windows, Linux).
OnPaint Occurs when the control is redrawn (Windows, Linux).
OnResize Occurs when the control is resized (Windows, Linux).
OnScroll Occurs when the scroll box has been moved by either a mouse or keyboard action (Windows only).

See also

Clone this wiki locally