Unplanned
Last Updated: 03 Jan 2017 20:22 by ADMIN
ADMIN
Martin Ivanov
Created on: 30 Jul 2014 14:46
Category: HeatMap
Type: Bug Report
0
HeatMap: The control doesn't listen for changes in the LabelFormat property of its header settings (ColumnHeaderSettings, RowHeaderSettings)
 The control doesn't listen for changes in the LabelFormat property of its header settings (ColumnHeaderSettings, RowHeaderSettings)

In order to workaround this create new settings each time you want to change the label format:
var headerSettings = new HeatMapColumnHeaderSettings();
headerSettings.LabelFormat = "dd/MM/yyyy";
HeatMap1.ColumnHeaderSettings = headerSettings;
0 comments