menu

WPF

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

    Show / Hide Table of Contents

    Class CategoricalAxis

    Categorical elements.

    Inheritance
    System.Object
    CategoricalAxis
    Implements
    IAxisElements
    Namespace: Syncfusion.Windows.Shared.Olap
    Assembly: Syncfusion.OlapShared.WPF.dll
    Syntax
    public class CategoricalAxis : DependencyObject, IAxisElements

    Constructors

    CategoricalAxis()

    Declaration
    public CategoricalAxis()

    Fields

    ReportDimensionElementsProperty

    Using a DependencyProperty as the backing store for ReportDimensionElements. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ReportDimensionElementsProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ReportKpiElementsProperty

    Using a DependencyProperty as the backing store for ReportKpiElements. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ReportKpiElementsProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ReportMeasureElementsProperty

    Using a DependencyProperty as the backing store for ReportMeasureElements. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ReportMeasureElementsProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    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