MissingDataRuleAxis Property |
Gets or sets the navigation axis for the purpose of evaluations missing data values.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public CellsetAxis Axis { get; set; }
Public Property Axis As CellsetAxis
Get
Set
public:
property CellsetAxis Axis {
CellsetAxis get ();
void set (CellsetAxis value);
}
member Axis : CellsetAxis with get, set
Property Value
Type:
CellsetAxisRemarks See Also