TrendingDetailsSummaryColumn Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the value column that will be used to derive values to build the trend data
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Field SummaryColumn { get; set; }
Public Property SummaryColumn As Field
Get
Set
public:
virtual property Field^ SummaryColumn {
Field^ get () sealed;
void set (Field^ value) sealed;
}
function get_SummaryColumn();
function set_SummaryColumn(value);
Property Value
Type:
FieldThe value column that will be used to derive values to build the trend data
Return Value
Type:
FieldThe value column that will be used to derive values to build the trend data
Remarks See Also