CurveProperties¶
- MLModule¶
 genre
authors
package
dll
definition
see also
keywords
Purpose¶
This modules can change the curve style, type, title, unit and symbol.
Usage¶
Connect a CurveData or CurveList and select the properties to be changed.
Details¶
The properties are changed only in the CurveList that is available at outCurves. If the input is a CurveData, the output will be a CurveList containing this CurveData.
Windows¶
Default Panel¶
Input Fields¶
inCurves¶
- name: inCurves, type: MLBase¶
 A CurveData or CurveList.
Output Fields¶
outCurves¶
- name: outCurves, type: MLBase¶
 A CurveList with the selected properties changed.
Parameter Fields¶
Field Index¶
  | 
  | 
  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Visible Fields¶
Change curve style¶
- name: applyStyle, type: Bool, default: FALSE¶
 Check to change the curve style.
Curve Style¶
- name: style, type: Integer, default: 1, minimum: 1¶
 Curve style (usually from a StylePalette).
Change curve type¶
- name: applyType, type: Bool, default: FALSE¶
 Check to change the curve type.
Curve Type¶
- name: type, type: Enum, default: Line¶
 Curve type.
Values:
Title  | 
Name  | 
Description  | 
|---|---|---|
Line  | 
Line  | 
Render as line.  | 
Area  | 
Area  | 
Render as area.  | 
Delta Area  | 
DeltaArea  | 
Render as delta area.  | 
Line Delta Area  | 
LineDeltaArea  | 
Render as line delta area.  | 
Error Bar  | 
ErrorBar  | 
Render as error bar.  | 
Change curve title¶
- name: applyTitle, type: Bool, default: FALSE¶
 Check to change the curve title.
Curve Title¶
- name: title, type: String, deprecated name: curveName¶
 Curve title.
Change curve unit¶
- name: applyUnit, type: Bool, default: FALSE¶
 Check to change the curve unit.
Curve Unit¶
- name: unit, type: String¶
 Curve unit.
Change curve symbol¶
- name: applySymbol, type: Bool, default: FALSE¶
 Curve symbol.
Curve Symbol¶
- name: symbol, type: String¶
 Check to change the curve symbol.