Version

HeatMapChart3D Property

Returns an Appearance object that you can use to access all the formatting properties of a 3-D Heat Map Chart.
Syntax
'Declaration
 
Public Property HeatMapChart3D As HeatMapChartAppearance
public HeatMapChartAppearance HeatMapChart3D {get; set;}
Example
'SetProperties for Heatmap and HeatMap 3D
'See ChartText Object Properties
'UltraChart1.HeatMapChart.ChartText
'sets the render quality for the HeatMap Image
UltraChart1.HeatMapChart.RenderQuality = Infragistics.UltraChart.Shared.Styles.HeatMapRenderQuality.MediumQuality
//SetProperties for Heatmap and HeatMap 3D
//See ChartText Object Properties
//UltraChart1.HeatMapChart.ChartText
//sets the render quality for the HeatMap Image
UltraChart1.HeatMapChart.RenderQuality = Infragistics.UltraChart.Shared.Styles.HeatMapRenderQuality.MediumQuality;
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also