Unplanned
Last Updated: 24 Nov 2022 11:33 by Clint
Created by: Clint
Comments: 0
Category: Chart
Type: Feature Request
1

Add an option to define chart title. 

 Currently we can achieve this by adding a label on the top/bottom of the chart.

Example:

<Grid RowDefinitions="Auto,*">
    <Label Grid.Row="0" Text="Chart title"/>
    <telerik:RadCartesianChart x:Name="chart" Grid.Row="1" AutomationId="chart">
        <telerik:RadCartesianChart.BindingContext>
            <local:ViewModel />
        </telerik:RadCartesianChart.BindingContext>
        <telerik:RadCartesianChart.HorizontalAxis>
            <telerik:CategoricalAxis />
        </telerik:RadCartesianChart.HorizontalAxis>
        <telerik:RadCartesianChart.VerticalAxis>
            <telerik:NumericalAxis />
        </telerik:RadCartesianChart.VerticalAxis>
        <telerik:RadCartesianChart.Series>
            <telerik:BarSeries CategoryBinding="Category"
                                ValueBinding="Value"
                                ItemsSource="{Binding Data}" />
        </telerik:RadCartesianChart.Series>
    </telerik:RadCartesianChart>
</Grid>

Unplanned
Last Updated: 20 Jan 2023 16:00 by John
Created by: John
Comments: 0
Category: Chart
Type: Feature Request
1

Hi Team,

I would like to be able to set different cap styles on the bars, like the RadGauge allows you to do on Indicators. For example, I want rounded corners.

Thank you,

John

Unplanned
Last Updated: 20 Jan 2023 16:05 by John
Created by: John
Comments: 0
Category: Chart
Type: Feature Request
1

Hi team,

Currently, I can only set LegendItemFontColor and LegendItemFontSize. I would like to be able to set LegendItemFontFamily

Thank you,

John

Completed
Last Updated: 15 Mar 2023 12:20 by ADMIN
Release 5.1.0

I have a RadPieChart in my application. When removing the app from the backstack and service is running, then opening the app from the notification, the app crashes with: 

 

Java.Lang.IllegalStateException: ChildNode is already parented by a ChartElement instance.

 

 

Completed
Last Updated: 18 Aug 2023 09:43 by ADMIN
Release 6.1.0
I would like the legend to be in the upper right of the chart. Tried the "HorizontalOptions="End", but that didn't change the position. I also tried HorizontalOptions="Center" and that didn't move the legend either.
Unplanned
Last Updated: 31 Jul 2023 06:13 by Alex
Created by: Alex
Comments: 0
Category: Chart
Type: Feature Request
1
Add option to display minor ticks per axis.
Minor ticks are available for Telerik WPF chart: https://docs.telerik.com/devtools/wpf/controls/radchartview/features/minor-ticks-and-stripes 
Unplanned
Last Updated: 02 Aug 2023 12:29 by ADMIN

Hi Team,

Only on iOS, an app will crash if the CartesianGridLineAnnotation's Value is not set. On Windows and Android, this does not occur.

Example:

<telerik:RadCartesianChart x:Name="chart">
    <telerik:RadCartesianChart.Annotations>
        <!-- PROBLEM: Crashes on iOS due to not have a default value-->
        <telerik:CartesianGridLineAnnotation x:Name="marker" Axis="{x:Reference xAxis}"/>
        
        <!-- WORKAROUND: Set a default Value -->
        <telerik:CartesianGridLineAnnotation x:Name="marker" Axis="{x:Reference xAxis}" Value="0"/>
    </telerik:RadCartesianChart.Annotations>
</telerik:RadCartesianChart>

Completed
Last Updated: 15 Mar 2023 11:30 by ADMIN
Release 5.1.0

An exception is thrown when setting the ChartPallete FillColor property. The issue is reproduced on all platforms.

Workaround:

Also set the StrokeColor property.

<telerik:ChartPalette>
    <telerik:ChartPalette.Entries>
        <telerik:PaletteEntry FillColor="Red" StrokeColor ="Yellow"/>
        <telerik:PaletteEntry FillColor="Gray" StrokeColor ="Yellow" />
        <telerik:PaletteEntry FillColor="Blue" StrokeColor ="Yellow"/>
    </telerik:ChartPalette.Entries>
</telerik:ChartPalette>

 

Unplanned
Last Updated: 15 May 2024 08:23 by Jude
I would like to enumerate the legend into a table with 2 columns as in WPF Legend: https://docs.telerik.com/devtools/wpf/controls/radlegend/itemspanel
Unplanned
Last Updated: 17 Jan 2024 08:45 by Vivek
Created by: Vivek
Comments: 0
Category: Chart
Type: Feature Request
0

The data points should allow setting shape and color to each one individually.

Unplanned
Last Updated: 15 Nov 2023 13:35 by Dustin
LineSeries Stroke and StrokeThickness are not applied when Palette is set

Unplanned
Last Updated: 07 Nov 2023 07:57 by Pavani
Created by: Pavani
Comments: 0
Category: Chart
Type: Feature Request
0
Provide the option to display text on arbitrary position - on the axis, on the data point, etc. similar to the Kendo Web chart "Notes" option.
Unplanned
Last Updated: 10 Nov 2023 12:46 by Component

On WinUI: Two PieSeries are displayed. 

On Android: Crash occurs

On iOS: negative value is displayed in chart

Unplanned
Last Updated: 18 Oct 2023 14:26 by ADMIN

Hi

I have the following chart

      <telerik:RadPieChart Grid.Row="1">
        <telerik:RadPieChart.Series>
          <telerik:DonutSeries ItemsSource="{Binding CurrencyAllocation}" x:Name="CurrSeries"
                               LabelBinding="Item1"
                               ValueBinding="Item2"
                               ShowLabels="True"
                               AllowSelect="True"
                               SelectedPointOffset="0.1"/>
        </telerik:RadPieChart.Series>
        <telerik:RadPieChart.ChartBehaviors>
          <telerik:ChartSelectionBehavior DataPointSelectionMode="Single"
                                          SeriesSelectionMode="None"
                                          SelectionChanged="Chart_SelectionChanged" />
        </telerik:RadPieChart.ChartBehaviors>
      </telerik:RadPieChart>

As soon as I set the SelectedDataPointOffset to a lowish value, no matter whether it's 0.5, 0.1, 0.01, 0.001 or even 0.0000001, the offset when selecting the data point is always the same and it's so large that it's unusable, as you can see in the following screenshot.

 

As an additional issue, if i set the offset to 0.9, i get an exception

'RelativeOffsetFromCenter is not valid! The possible values are in the [0, 1] interval.'

as soon as I select a segment. 0.9 obviously is in the [0, 1] interval.

 

 

Unplanned
Last Updated: 23 Oct 2023 10:17 by Pavani
Created by: Pavani
Comments: 0
Category: Chart
Type: Feature Request
0
Let's say having more legend data that cannot fit on the screen, provide an option to scroll through the legend items. 

or if the legend is auto wrap when overflow.
Completed
Last Updated: 11 Oct 2023 08:02 by ADMIN
Release 6.3.0
Dynamic change of the Stroke property of the ScatterSplineSeries has no effect in Android, the stroke is not changed.

 

Workaround:

Change the Palette.

ChartPalette chartPalette = new ChartPalette();
chartPalette.Entries.Add(new PaletteEntry { FillColor = Colors.LightBlue, StrokeColor = Colors.LightGreen });
this.chart.Palette = chartPalette;

 

Unplanned
Last Updated: 02 Aug 2023 14:08 by ADMIN
When setting StrokeThickness to the ScatterLineSeries  the app crashes on iOS and MacCatalyst
Unplanned
Last Updated: 19 Jul 2023 18:45 by Clint
Created by: Clint
Comments: 0
Category: Chart
Type: Feature Request
0
Allow the RadLegend to dynamically show/hide the chart series through checkboxes in the legend items.
Unplanned
Last Updated: 26 Jun 2024 07:38 by Emily
Created by: Emily
Comments: 0
Category: Chart
Type: Feature Request
0
Provide a way to invert the axis range in a similar way as in WPF ChartView: https://docs.telerik.com/devtools/wpf/controls/radchartview/axes/inversed-axis
In Development
Last Updated: 01 Jul 2024 07:25 by ADMIN
Scheduled for 2024 Q3
Putting the Path or MultiPath inside of a ScrollView with a VerticalStack leads to an exception.