[]
Represents a Treemap series in a Treemap plot area.
[TypeConverter(typeof(GenericTypeConverter<TreemapSeries>))]
public class TreemapSeries : Series, ICloneable, IXmlSerializable
<TypeConverter(GetType(GenericTypeConverter(Of TreemapSeries)))>
Public Class TreemapSeries
Inherits Series
Implements ICloneable, IXmlSerializable
Name | Description |
---|---|
TreemapSeries() | Creates a new series. |
TreemapSeries(TreemapSeries) | Creates a new series that is a deep copy of the specified series. |
Name | Description |
---|---|
Border | Gets or sets the pie border for the series. |
Borders | Gets the collection of pie borders for the series. |
CategoryNames | Gets the collection of category names for the series. |
Count | Gets the number of points in the series. |
Fill | Gets or sets the pie fill for the series. |
Fills | Gets the collection of pie fills for the series. |
LabelContainsCategoryName | Gets or sets whether the category name is displayed in the labels. |
LabelContainsValue | Gets or sets whether the value is displayed in the labels. |
LabelOption | Gets or sets the lable option. |
LabelVisible | Gets or sets whether the data labels are visible. |
Values | Gets the collection of values for the series. |
Name | Description |
---|---|
Clone() | Creates a deep copy of this series. |
GetCategoryNames(int) | Returns Category name of point. |
GetSchema() | This method is reserved and should not be used. |
GetValue(int) | Returns value of point |
ReadXml(XmlReader) | Generates an object from its XML representation. |
WriteXml(XmlWriter) | Converts an object into its XML representation. |