[]
Represents a Sunburst series in a sunburst plot area.
[TypeConverter(typeof(GenericTypeConverter<SunburstSeries>))]
[PlotArea(typeof(SunburstPlotArea))]
public class SunburstSeries : Series, ICloneable, IXmlSerializable, ISerializable
<TypeConverter(GetType(GenericTypeConverter(Of SunburstSeries)))>
<PlotArea(GetType(SunburstPlotArea))>
Public Class SunburstSeries
Inherits Series
Implements ICloneable, IXmlSerializable, ISerializable
| Name | Description |
|---|---|
| SunburstSeries() | Creates a new series. |
| SunburstSeries(SunburstSeries) | Creates a new series that is a deep copy of the specified series. |
| SunburstSeries(SerializationInfo, StreamingContext) | Creates a new SunburstSeries from serialization. |
| Name | Description |
|---|---|
| Border | Gets or sets the border for the surface. |
| Borders | Gets the collection of 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 fill for the surface. |
| Fills | Gets the collection of 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. |
| 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) | Get category by index. |
| GetObjectData(SerializationInfo, StreamingContext) | Populates a SerializationInfo with the data needed to serialize the target object. |
| GetSchema() | This method is reserved and should not be used. |
| GetValue(int) | Get value by index |
| ReadXml(XmlReader) | Generates an object from its XML representation. |
| ReadXmlElement(XmlReader) | Reads the child XML element. |
| WriteXml(XmlWriter) | Converts an object into its XML representation. |