Class SlicerAxis
Describes slicer elements.
Inheritance
System.Object
SlicerAxis
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Shared.Olap
Assembly: Syncfusion.OlapShared.WPF.dll
Syntax
public class SlicerAxis : IAxisElements
Constructors
SlicerAxis()
Declaration
public SlicerAxis()
Properties
ReportDimensionElements
Gets or sets the report dimension elements.
Declaration
public ReportDimensionElements ReportDimensionElements { get; set; }
Property Value
Type | Description |
---|---|
ReportDimensionElements | The report dimension elements. |
ReportKpiElements
Gets or sets the report kpi elements.
Declaration
public ReportKpiElements ReportKpiElements { get; set; }
Property Value
Type | Description |
---|---|
ReportKpiElements | The report kpi elements. |
ReportMeasureElements
Gets or sets the report measure elements.
Declaration
public ReportMeasureElements ReportMeasureElements { get; set; }
Property Value
Type | Description |
---|---|
ReportMeasureElements | The report measure elements. |