ChartMultilevelValue

ChartMultilevelValue(string, string, string)

Initializes a new instance of this class that represents a three-level value.

public ChartMultilevelValue(string level1, string level2, string level3)

See Also


ChartMultilevelValue(string, string)

Initializes a new instance of this class that represents a two-level value.

public ChartMultilevelValue(string level1, string level2)

See Also


ChartMultilevelValue(string)

Initializes a new instance of this class that represents a single-level value.

public ChartMultilevelValue(string level1)

See Also