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: 09 Aug 2023 14:36 by Steve
Created by: Steve
Comments: 0
Category: Chart
Type: Feature Request
1

The VisibleRange property can hold the actual visible minimum and maximum of the axis while the chart is being zoomed and panned.

Let's say I set the number of labels to 4 on that axis (see attached pic).  It would then be up to the axis to auto generate the labels depending on the data and zoom.  There would always be four labels shown on the axis regardless of zoom so the user could always have context regardless of the zoom.  The labels would just change to reflect what is currently being viewed at the current zoom level.

 

Unplanned
Last Updated: 03 Aug 2023 15:54 by VuSitu
Created by: VuSitu
Comments: 1
Category: Chart
Type: Feature Request
1
Could have some property on a tooltip like "isEnabled" that I could change to allow the tapping behavior to take effect. Or another property of TriggerMode that is "None"
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: 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>

Unplanned
Last Updated: 31 Jul 2023 06:13 by Alex
Created by: Alex
Comments: 0
Category: Chart
Type: Feature Request
2
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: 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: 13 Jul 2023 11:48 by ADMIN
Created by: Marion
Comments: 1
Category: Chart
Type: Bug Report
0

Hi Team,

If you create a ScatterPointSeries, the RadLegend does not pick up the series DisplayName value. A replication project is attached, but here's a screenshot to quickly illustrate the behavior:

Thank you,

Marion

Unplanned
Last Updated: 30 Jun 2023 09:54 by Steve
When setting the Stroke of the ScatterLineSeries to something other than the default, the RadLegend icon color does does not sync to match.
 
Unplanned
Last Updated: 30 Jun 2023 07:46 by Steve

when using the flowing setup: 

<telerik:RadCartesianChart.ChartBehaviors>
                    <telerik:ChartSelectionBehavior x:Name="selection"
                                                    SeriesSelectionMode="None"
                                                    DataPointSelectionMode="Single"
                                                SelectionChanged="selection_SelectionChanged"/>
</telerik:RadCartesianChart.ChartBehaviors>

the selection behavior on data point does not fire on WInUI on Cartesian series. It works for PieSeries. 

Unplanned
Last Updated: 19 Apr 2023 11:48 by Anne
Created by: Anne
Comments: 0
Category: Chart
Type: Feature Request
1
I want to set textcolor to the text inside the trackball and apply background color to it. 
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: 15 Mar 2023 11:31 by ADMIN
Release 5.1.0

When adding a plot band annotation to the date time axis, it is not applied on MacCatalyst and iOS. In addition if using binding, an exception is thrown.  

System.ArgumentNullException: Value cannot be null.
Parameter name: minimum
  at TelerikUI.TKRange..ctor (Foundation.NSObject minimum, Foundation.NSObject maximum) 

 

It works on Android and WinUI

Completed
Last Updated: 15 Mar 2023 11:30 by ADMIN
Release 5.1.0
When using DateTimeAxis and the chart data points use milliseconds, the axis does not display the milliseconds correctly. 
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: 02 Mar 2023 15:10 by Daniel
Add support for reordering the series in the PieChart.
Unplanned
Last Updated: 02 Mar 2023 15:06 by Daniel
PieChart should provide customization properties for its Series Labels like FontSize, FontAttributes, property for LabelPosition, FontFamily, TextColor, etc.
Unplanned
Last Updated: 02 Mar 2023 15:02 by Daniel
Created by: Daniel
Comments: 0
Category: Chart
Type: Feature Request
2
Add support for selecting a slice of the PieChart from the code - behind.
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

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