Completed
Last Updated: 19 Jan 2023 14:50 by ADMIN
Indicators are not updated when new items are added runtime.
Completed
Last Updated: 02 Nov 2020 09:49 by ADMIN
Release LIB 2020.3.1102 (11/02/2020)
The indicators and the markers are not updated when the data is changed at runtime.

Workaround:
Manually invalidate the arrange of the panel that holds the sparkline's markers. You can do that by finding the ScatterPanel control in the visual tree of the sparkline and then calling its InvalidateArrange() method. Call the InvalidateArrange() method at the moment when the data of the sparkline is updated. 

var panel = this.sparkline.FindChildByType<ScatterPanel>();
if (panel != null)
{
    panel.InvalidateArrange();
}
Completed
Last Updated: 02 Nov 2020 09:48 by ADMIN
Release LIB 2020.3.1102 (11/02/2020)
Created by: Dinko
Comments: 0
Category: Sparkline
Type: Bug Report
2
When for example we added a new business object which has a lower value, the lower value indicator is not updated and two indicators are shown.
Unplanned
Last Updated: 06 Mar 2017 11:32 by Manohar
ADMIN
Created by: Yavor
Comments: 1
Category: Sparkline
Type: Feature Request
6
Implement Gap empty point behavior similar to RadChart one.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Sparkline
Type: Feature Request
2
Add Custom Indicators for Sparklines in addition to the default ones.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Yavor
Comments: 0
Category: Sparkline
Type: Bug Report
1
Sparkline columns can become shifted with positive values for columns