"curveLegendShowMilli", "curveLegendShowMilliX"

The attribute "curveLegendShowMilli"; shows the milliseconds in the legend. Attribute"curveLegendShowMilliX" shows the milliseconds in the legend for the XY trend curve of the X part.

Synopsis

setValue(string shape, "curveLegendShowMilli", string curve, bool show);

getValue(string shape, "curveLegendShowMilli", string curve, bool show);

shape.curveLegendShowMilli(string curve, bool show);

setValue(string shape, "curveLegendShowMilliX", string curve, bool show);

getValue(string shape, "curveLegendShowMilliX", string curve, bool show);

shape.curveLegendShowMilliX(string curve, bool show);

Parameter

Parameter Description
shape Object name
curve The curve
show

TRUE = The milliseconds are shown in the legend.

FALSE = The milliseconds are not shown in the legend.

Description

The attribute "curveLegendShowMilli" shows the milliseconds in the legend.

The value and the date are shown in the legend only when you right-click the legend at run time.

Example

The following example shows the milliseconds in the legend.

bool s = TRUE;

this.curveLegendShowMilli("Curve",s);

Abbildung 1. Milliseconds are shown in the Legend

Assignment

Trend