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 (25.3.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
Type: 
CellsetAxis
Remarks
See Also