MissingDataRuleAxis Property |
Gets or sets the navigation axis for the purpose of evaluations missing data values.
Namespace: Dundas.BI.Entities.MetricSetsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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
CellsetAxis
Remarks
See Also