KUIML
Blue Cat's User Interface Programming Language
XY_CURVES_GRAPH

Description

This widget displays a graph using two curves: one for the x axis and one for the y axis. the result is a parametric curve displayed as (x,y)=f(t).

Inherited Attributes

See Attributes Common to Curve Viewers, prefixed with 'x_curve.' for the x axis, and prefixed by 'y_curve.' for the y axis curve - except for the curve identifiers: x_curve_id and y_curve_id.

Specific Attributes

Name Value Type Default Value Description Comment V. Exp.

color

color

current text color

Color of the curve graph.


1.4.3

No

graph_style

'dots' or 'curve'

dots

Type of graph to display the combined xy curves.


1.4.3

1.4.4

anti_alias

boolean

true

use anti aliasing to draw the curve (smooth drawing).

When anti alias is used, the pen_style attribute has no effect (only solid antialiased graph is implemented)

1.4.3

1.4.3

positions_count

Positive integer

1024

number of points to display.


1.4.3

1.4.4