WPF

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

    Show / Hide Table of Contents

    Class ValueElements

    Represents the information needed for value element.

    Inheritance
    System.Object
    Element
    ValueElements
    Implements
    ICloneable<Element>
    ICloneable<ValueElements>
    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 ValueElements : Element, ICloneable<Element>, ICloneable<ValueElements>

    Constructors

    ValueElements()

    Initializes a new instance of the ValueElements class.

    Declaration
    public ValueElements()

    Properties

    Elements

    Gets or sets the collection of value elements.

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

    The collection of value elements.

    VirtualKpiElements

    Gets or sets the collection of virtual KPI elements.

    Declaration
    public ObservableCollection<VirtualKpiElement> VirtualKpiElements { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<VirtualKpiElement>

    Methods

    Add(ValueElement)

    Adds the specified value element.

    Declaration
    public void Add(ValueElement valueElement)
    Parameters
    Type Name Description
    ValueElement valueElement

    The value element to be added.

    Add(String)

    Adds the value element with the specified name.

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

    The name of the value element to be added.

    Clone()

    Clones this instance.

    Declaration
    public ValueElements Clone()
    Returns
    Type Description
    ValueElements

    A copy of this instance.

    Implements

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