ExtractFrequencyParameter Class is used to specify a required parameter when running a extract frequency for graph data.
The class can be created from Application class.
.
More...
ExtractFrequencyParameter Class is used to specify a required parameter when running a extract frequency for graph data.
The class can be created from Application class.
.
Example of calling the class object:
app.CreateExtractFrequencyParameter("title")
| bool ExtractFrequencyParameter::IsValid |
( |
| ) |
|
| void ExtractFrequencyParameter::SetAxisType |
( |
String & |
mapper | ) |
|
Specifies the X-axis type (For example, time, steps, angle).
- Parameters
-
| type | Name of the axis type |
| void ExtractFrequencyParameter::SetCreateGraph |
( |
bool |
createGraph | ) |
|
Specifies whether to create a graph.
- Parameters
-
| createGraph | Whether to create a graph
True=1 : Creates a graph
False=0 : Does not create a graph
|
createGraph can be omitted. When it is omitted, the value is specified as False (a graph is not created).
| void ExtractFrequencyParameter::SetDataSet |
( |
DataSet * |
dataset | ) |
|
Specifies a data set to run a extract frequency on.
- Parameters
-
| void ExtractFrequencyParameter::SetMax |
( |
Variant & |
max | ) |
|
Specifies the maximum X-axis range.
- Parameters
-
| void ExtractFrequencyParameter::SetMin |
( |
Variant & |
min | ) |
|
Specifies the minimum X-axis range.
- Parameters
-
| void ExtractFrequencyParameter::SetOrder |
( |
Variant & |
order | ) |
|
Specifies the order.
- Parameters
-
| void ExtractFrequencyParameter::SetSeries |
( |
Variant & |
val | ) |
|
Specifies the name or index of a line.
- Parameters
-
| val | Name or index of a line |