ClientMeasureOverridesOppositeAxisMembers Property  | 
 
            Gets the opposite axis members when measure sorting is required and both axis are defined within the metric set.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IList<MemberValue> OppositeAxisMembers { get; }Public ReadOnly Property OppositeAxisMembers As IList(Of MemberValue)
	Get
public:
property IList<MemberValue^>^ OppositeAxisMembers {
	IList<MemberValue^>^ get ();
}member OppositeAxisMembers : IList<MemberValue> with get
Property Value
Type: 
IListMemberValue
See Also