MissingDataRuleDataAxis Property

Gets or sets the navigation axis for the purpose of evaluations missing data values.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
[DataMemberAttribute(EmitDefaultValue = true, Name = "axis")]
public CellsetAxis Axis { get; set; }

Property Value

Type: CellsetAxis
Remarks
The property is used only when the output category is RollingAverage, Average or AverageNonMissingData.
See Also