alexa

    Show / Hide Table of Contents

    Class Measure

    Initializes a new instance for Measure class.

    Inheritance
    System.Object
    Measure
    Implements
    IAxisElement
    Namespace: Syncfusion.Windows.Chart.Olap
    Assembly: Syncfusion.OlapChart.WPF.dll
    Syntax
    public class Measure : DependencyObject, IAxisElement

    Constructors

    Measure()

    Declaration
    public Measure()

    Properties

    Name

    Gets or sets the name of the Measure.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    Implements

    IAxisElement
    Back to top Generated by DocFX