TrendingDetailsTrendColumn Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the trend column for which you will return top or bottom values
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Field TrendColumn { get; set; }
Public Property TrendColumn As Field
Get
Set
public:
virtual property Field^ TrendColumn {
Field^ get () sealed;
void set (Field^ value) sealed;
}
function get_TrendColumn();
function set_TrendColumn(value);
Property Value
Type:
FieldThe trend column for which you will return top or bottom values
Return Value
Type:
FieldThe trend column for which you will return top or bottom values
Remarks See Also