Version

TreeMapDataPoint Class Members

The following tables list the members exposed by TreeMapDataPoint.

Public Constructors
 NameDescription
Public ConstructorTreeMapDataPoint ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyColorValueThe numeric value which determines the color of this TreeMapDataPoint. A color will be generated based on the ColorModel.ColorBegin and ColorModel.ColorEnd property settings on the UltraChart control.  
Public PropertyDataBoundDetermines whether or not this point was retrieved from an external datasource. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase)
Public PropertyEmptyGets/Set whether or not this DataPoint is to be represented as null or empty. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase)
Public PropertyGetMaxDepthGets or sets the maximum depth of the tree map.  
Public PropertyHasChildrenTrue if this TreeMapDataPoint has children, else false.  
Public PropertyLabelThe label for this DataPoint. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase)
Public PropertyPEThe PaintElement used for painting this DataPoint. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase)
Public PropertyPointsThe set of children points of this TreeMapDataPoint.  
Public PropertySizeValueThe numeric value which determines the size of this TreeMapDataPoint.  
Public Methods
 NameDescription
Public MethodCloneCreates and returns a copy of this StringDataPoint.  
Public MethodCompareToCompares two tree map data points.  
Public MethodMatchDetermines if another TreeMapDataPoint is equivalent to this one.  
Public MethodToStringReturns a string representation of this DataPoint. (Inherited from Infragistics.UltraChart.Resources.Appearance.DataPointBase)
Protected Methods
 NameDescription
Protected MethodOnCloneOverridden. Creates and returns a copy of this DataPoint.  
See Also