WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MeasureElements - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MeasureElements

    Represents the information needed for measure element.

    Inheritance
    System.Object
    Element
    MeasureElements
    Implements
    ICloneable<Element>
    ICloneable<MeasureElements>
    Inherited Members
    Element.Visible
    Element.RootNodeCaption
    Element.Name
    Element.ElementName
    Element.Properties
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Olap.Reports
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class MeasureElements : Element, ICloneable<Element>, ICloneable<MeasureElements>

    Constructors

    MeasureElements()

    Initializes a new instance of the MeasureElements class.

    Declaration
    public MeasureElements()

    Properties

    Elements

    Gets or sets the collection of measure elements.

    Declaration
    public MeasureElementCollection Elements { get; set; }
    Property Value
    Type Description
    MeasureElementCollection

    The collection of measure elements.

    ExcludedMeasures

    Gets or sets the collection of excluded measures.

    Declaration
    public MeasureElementCollection ExcludedMeasures { get; set; }
    Property Value
    Type Description
    MeasureElementCollection

    The collection of excluded measures.

    Methods

    Add(MeasureElement)

    Adds the specified measure element.

    Declaration
    public void Add(MeasureElement measureElement)
    Parameters
    Type Name Description
    MeasureElement measureElement

    The measure element to be added.

    Add(String)

    Adds the measure element with the specified name.

    Declaration
    public void Add(string measureName)
    Parameters
    Type Name Description
    System.String measureName

    The name of the measure element to be added.

    Clone()

    Clones this instance.

    Declaration
    public MeasureElements Clone()
    Returns
    Type Description
    MeasureElements

    A copy of this instance.

    Implements

    ICloneable<T>
    ICloneable<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved