UseQuery: Boolean;
The UseQuery property determines whether a query should be used to get time series values.
Available values:
True. A query defined in the IMetaAttributes.SelectQueryText property is used to get time series values.
False. Time series values are loaded from a data table.
The property use is given in the example for IRubricator.FactsOnQuery.
See also: