DundasWinExtensions
HeatMap Class Members
See Also  Properties  Methods  Send comments on this topic.
DundasWinExtensions Assembly > Dundas.Extensions Namespace : HeatMap Class


The following tables list the members exposed by HeatMap.

Public Constructors

  Name Description
Public Constructor HeatMap Constructor  
Top

Public Properties

  Name Description
Public Property ApplyPaletteColorsToPoints True if palette colors should be applied for each data paoint. Otherwise the color is applied to the series.  
Public Property CircularChartArea True if chart type requires circular chart area.  
Public Property DataPointsInLegend True if each data point of a chart must be represented in the legend  
Public Property ExtraYValuesConnectedToYAxis Indicates that extra Y values are connected to the scale of the Y axis  
Public Property HundredPercent Indicates that it's a hundredred percent chart. Axis scale from 0 to 100 percent should be used.  
Public Property HundredPercentSupportNegative Indicates that negative 100% stacked values are shown on the other side of the X axis  
Public Property Name Chart type name  
Public Property RequireAxes True if chart type supports axeses  
Public Property SecondYScale Chart type with two y values used for scale ( bubble chart type )  
Public Property SideBySideSeries True if chart series can be placed side-by-side.  
Public Property Stacked True if chart type is stacked  
Public Property StackSign True if stacked chart type should draw separately positive and negative data points ( Bar and column Stacked types ).  
Public Property SupportLogarithmicAxes True if chart type supports logarithmic axes  
Public Property SupportStackedGroups True if stacked chart type supports groups  
Public Property SwitchValueAxes True if chart type requires to switch the value (Y) axes position  
Public Property YValuesPerPoint Number of supported Y value(s) per point  
Public Property ZeroCrossing If the crossing value is auto Crossing value should be automatically set to zero for some chart types (Bar, column, area etc.)  
Top

Public Methods

  Name Description
Public Method AddSmartLabelMarkerPositions Adds the smart label marker positions. Not used in this implementation.  
Public Method GetChartArea Gets the absoluate rectangle representing a given chart area.  
Public Method GetImage Gets the image used in the designer/toolbar  
Public Method GetLegendImageStyle Gets the legend image style type.  
Public Method GetYValue Gets the Y value.  
Public Method Paint Paints the specified chart type. This method mostly performs precalculations.  
Top

See Also

© 2009 All Rights Reserved.