alexa

    Show / Hide Table of Contents

    Interface IAxisElements

    Represents the each type of elements in an axis.

    Namespace: Syncfusion.Windows.Shared.Olap
    Assembly: Syncfusion.OlapShared.WPF.dll
    Syntax
    public interface IAxisElements

    Properties

    ReportDimensionElements

    Gets or sets the report dimension elements.

    Declaration
    ReportDimensionElements ReportDimensionElements { get; set; }
    Property Value
    Type Description
    ReportDimensionElements

    The report dimension elements.

    ReportKpiElements

    Gets or sets the report kpi elements.

    Declaration
    ReportKpiElements ReportKpiElements { get; set; }
    Property Value
    Type Description
    ReportKpiElements

    The report kpi elements.

    ReportMeasureElements

    Gets or sets the report measure elements.

    Declaration
    ReportMeasureElements ReportMeasureElements { get; set; }
    Property Value
    Type Description
    ReportMeasureElements

    The report measure elements.

    Back to top Generated by DocFX