menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SlicerAxis - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SlicerAxis

    Describes slicer elements.

    Inheritance
    System.Object
    SlicerAxis
    Implements
    IAxisElements
    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.

    Implements

    IAxisElements
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved