Hello,
It could be possible to represent X axis and Y axis into bottom side and right hand, respectively?
<telerik:RadHeatMap x:Name="radHeatMap" ShowToolTips="True" CellBorderThickness="1" CellBorderColor="#FFE4E4E4"> <telerik:RadHeatMap.Definition> <telerik:CategoricalDefinition ItemsSource="{Binding Path=HeatMapSeries}" RowGroupMemberPath="Z" ColumnGroupMemberPath="X" ValuePath="Y" Colorizer="{StaticResource HeatMapValueGradientColorizer}" /> </telerik:RadHeatMap.Definition></telerik:RadHeatMap>
Regards,
Gerard.
