Completed
Last Updated: 03 Jul 2019 13:41 by Jonathan
Release R3 2019 (LIB 2019.2.708)
Jonathan
Created on: 19 Jun 2019 10:59
Category: ChartView
Type: Feature Request
1
RadChartView: Expose a new property to set the line widths of the Cartesian grid
Currently, there is no way to increase the line thickness.
3 comments
Jonathan
Posted on: 03 Jul 2019 13:41
Thank you for implementing this!
ADMIN
Dimitar
Posted on: 03 Jul 2019 11:28
Hello,

In Telerik UI for WinForms R3 2019 and LIB ver. 2019.2.708 scheduled for July 8th you will be able to set BorderWidth to the CartesianGrid as follows:
CartesianArea area = this.radChartView1.GetArea<CartesianArea>();
area.ShowGrid = true;
CartesianGrid grid = area.GetGrid<CartesianGrid>();
grid.ForeColor = Color.Red;
grid.BorderWidth = 4;
grid.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
grid.DrawHorizontalFills = true;

Regards,
Dimitar
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
ADMIN
Nadya | Tech Support Engineer
Posted on: 19 Jun 2019 11:11
Hello,
 
The new functionality will be available in some of the future internal builds.

Regards,
Nadya
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.