ChartMultilevelValue

ChartMultilevelValue class

Represents a value for charts that display multilevel data.

public class ChartMultilevelValue

Constructors

NameDescription
ChartMultilevelValue(string)Initializes a new instance of this class that represents a single-level value.
ChartMultilevelValue(string, string)Initializes a new instance of this class that represents a two-level value.
ChartMultilevelValue(string, string, string)Initializes a new instance of this class that represents a three-level value.

Properties

NameDescription
Level1 { get; }Gets the name of the chart top level that this value refers to.
Level2 { get; }Gets the name of the chart intermediate level that this value refers to.
Level3 { get; }Gets the name of the chart bottom level that this value refers to.

Methods

NameDescription
override Equals(object)Gets a flag indicating whether the specified object is equal to the current multilevel data object.
override GetHashCode()Gets a hash code for the current multilevel data object.

See Also