XY chart

BrowseName: XYChart
SuperType: Element (Item)
TypeView path: Tipi > Interfaccia utente > Controlli dati > Grafico XY

Displays the value of two-dimensional variables in a Cartesian chart.

How it looks

../../../_images/xy.png

Applications

Used to graphically represent or set machine processes, for example the cutting profile executed by a tool, the work area within which a machine must carry out a certain process, etc.

Configure the object

Configure a Pen with array

  1. In the Array of pointers field, create the link with a two-dimensional variable.

  2. Set the Editable property to True to allow the editing of points of the array in the chart at runtime.

  3. To write changes made at runtime in the chart to the variable, click next to Array of pointers, click Advanced, then click image50E1A150 until getting a read and write link (imageB9E3ECF9).

Configure a polygon Pen

  1. Next to the set of Pens objects, click image07565D13, then click polygon Pen.

  2. Execute the procedure

Configure a chart with scalar Pen

  1. Next to the set of Pens objects, click image07565D13, then click scalar Pen.

  1. Drag the desired variable on X.

  2. Drag the desired variable on Y.

Disable the display of a pen

In the pen settings, set the Enabled property to False.

Properties

Name

BrowseName

DataType

Description

Zoom

Zoom

Double

Zoom level of the chart. <1 = zoom backward; >1 = zoom forward

Center X

CenterX

Double

X coordinate in relation to which to center the chart

Center Y

CenterY

Double

Y coordinate in relation to which to center the chart

Key visible

LegendVisible

Boolean

Show/hide the legend of the pens

Pens

Pens

Collection of XYChartPen

Trend lines. Trend pen collection of objects

Visible

Visible

Boolean

Show/hide the window.
(Inherited from Element)
Enabled

Enabled

Boolean

Enables/disables the interaction with the user (True = enabled; False = disabled).
(Inherited from Element)
Opacity

Opacity

Float

Opacity level (0 = transparent)
(Inherited from Element)
Left margin

LeftMargin

Size

(Only if Horizontal Alignment = Left or Center or Stretch) Distance between the left edge of the object and the left edge of its container.
(Inherited from Element)
Top margin

TopMargin

Size

(Only if Vertical Alignment = Top or Center or Stretch) Distance between the top edge of the object and the top edge of its container.
(Inherited from Element)
Right margin

RightMargin

Size

(Only if Horizontal Alignment = Right or Center or Stretch) Distance between the right edge of the object and the right edge of its container.
(Inherited from Element)
Bottom margin

BottomMargin

Size

(Only if Vertical Alignment = Bottom or Center or Stretch) Distance between the bottom edge of the object and the bottom edge of its container.
(Inherited from Element)
Width

Width

Size

Width of the window. It can assume values greater than or equal to zero. The Auto value sets the width equal to the width of the content (in this case, in the absence of content the object collapses).
(Inherited from Element)
Height

Height

Size

Height of the window. It can assume values greater than or equal to zero. The Auto value sets the height equal to the height of the content (in this case, in the absence of content the object collapses).
(Inherited from Element)
Horizontal alignment

HorizontalAlignment

HorizontalAlignment

Alignment of the object on the horizontal axis. Left = the left side is positioned on the left side of the container, except for the left margin; Right = the right side is positioned on the right side of the container, except for the right margin; Center = the center of the object is positioned in the center of the container, except for the left and/or right margins; Stretch = object width equals container width, except for the left and/or right margins.
(Inherited from Element)
Vertical alignment

VerticalAlignment

VerticalAlignment

Alignment of the object on the vertical axis. Top = the top side is positioned on the top side of the container, except for the top margin; Bottom = the bottom side is positioned on the bottom side of the container, except for the bottom margin; Center = the center of the object is positioned in the center of the container, except for the top and/or bottom margins; Stretch = object height equals container height, except for the top and/or bottom margins.
(Inherited from Element)
Rotation

Rotation

Size

Rotation of the object around its center point. Positive values indicate clockwise arc degrees.
(Inherited from Element)

Methods

Refresh

BrowseName: Refresh