[]
        
(Showing Draft Content)

FarPoint.Web.Chart.TreemapSeries

TreemapSeries Class

Represents a Treemap series in a Treemap plot area.

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

Constructors

Name Description
TreemapSeries()

Creates a new series.

TreemapSeries(TreemapSeries)

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

Properties

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.

Methods

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.