"connection" - Curve

Defines the display format for a curve.

Synopsis

setValue(string shape, "connection", int conntyp);

getValue(string shape, "connection", int &conntyp);

shape.connection(int conntyp);

Parameters

Parameter Description
shape Name of the object
conntyp

The valid constants are:

BAR_STEPS

BAR_LINEAR

BAR_SPLINE

Description

This attribute defines the display format for a curve. The "conntyp" parameter is used to select either a stepped curve, linear curve or spline curve by means of a constant.

Example

see "data" - Curve

Abbildung 1. Linear Curve

Assignment

Bar trend