This is a migrated thread and some comments may be shown as answers.

Is it possible to change the position of the axes ?

3 Answers 80 Views
HeatMap
This is a migrated thread and some comments may be shown as answers.
Gerard
Top achievements
Rank 1
Gerard asked on 11 Mar 2016, 12:15 PM

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.

3 Answers, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 15 Mar 2016, 03:50 PM
Hello Gerard,

In order to change the heatmap columns and rows position you can use the RadHeatMap ColumnHeaderSettings and RowHeaderSettings properties and their LabelsPanelPosition property.
<telerik:RadHeatMap.ColumnHeaderSettings>
    <telerik:HeatMapColumnHeaderSettings LabelsPanelPosition="Bottom" />
</telerik:RadHeatMap.ColumnHeaderSettings>

I hope this helps.

Regards,
Martin
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
Gerard
Top achievements
Rank 1
answered on 21 Mar 2016, 08:46 AM
Perfect, Thank you very much.
Perfect, Thank you very much.
Perfect, Thank you very much.
Perfect, Thank you very much.
Perfect, Thank you very much.
Perfect, Thank you very much.
Perfect, Thank you very much.
Perfect, Thank you very much
Perfect, Thank you very much
Perfect, Thank you very much
Perfect, Thank you very much

Perfect, axes repositioned.

Thank you very much.

Regards,
Gerard.

0
Gerard
Top achievements
Rank 1
answered on 21 Mar 2016, 08:48 AM
[quote]Martin said:Hello Gerard,

In order to change the heatmap columns and rows position you can use the RadHeatMap ColumnHeaderSettings and RowHeaderSettings properties and their LabelsPanelPosition property.
<telerik:RadHeatMap.ColumnHeaderSettings>
    <telerik:HeatMapColumnHeaderSettings LabelsPanelPosition="Bottom" />
</telerik:RadHeatMap.ColumnHeaderSettings>

I hope this helps.

Regards,
Martin
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.

[/quote]

Perfect, axes repositioned,

Thank you very much.

 

Regards,

Gerard.

 

Tags
HeatMap
Asked by
Gerard
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Gerard
Top achievements
Rank 1
Share this question
or