[]
        
(Showing Draft Content)

FarPoint.Web.Chart.SunburstSeries

SunburstSeries Class

Represents a Sunburst series in a sunburst plot area.

Inheritance
SunburstSeries
Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
[PlotArea(typeof(SunburstPlotArea))]
public class SunburstSeries : Series, ICloneable, IXmlSerializable
<PlotArea(GetType(SunburstPlotArea))>
Public Class SunburstSeries
    Inherits Series
    Implements ICloneable, IXmlSerializable

Constructors

Name Description
SunburstSeries()

Creates a new series.

SunburstSeries(SunburstSeries)

Creates a new series that is a deep copy of the specified series.

Properties

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.

Methods

Name Description
Clone()

Creates a deep copy of this series.

GetCateGoryNames(int)

Get category by index.

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.

WriteXml(XmlWriter)

Converts an object into its XML representation.