[]
        
(Showing Draft Content)

FarPoint.Win.Chart.TreemapPlotArea

TreemapPlotArea Class

Represents a Treemap plot area in a chart model.

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

Constructors

Name Description
TreemapPlotArea()

Creates a new plot area.

TreemapPlotArea(TreemapPlotArea)

Create a new plot area that is a deep copy of the specified plot area.

TreemapPlotArea(SerializationInfo, StreamingContext)

Creates a new TreemapPlotArea from serialization.

Properties

Name Description
BackWall

Gets or sets the back wall.

Methods

Name Description
Clone()

Creates a deep copy of this plot area.

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.

ReadXml(XmlReader)

Generates an object from its XML representation.

WriteXml(XmlWriter)

Converts an object into its XML representation.