Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hello,
can you tell me how to read current pan values? I need it for the purpose of storing it in a variable and restoring pan settings afterwards.
private
void
radButton1_Click(
object
sender, EventArgs e)
{
var chart = radChartView1.View
as
IChartView;
Console.WriteLine(chart.PlotOriginX);
Console.WriteLine(chart.PlotOriginY);
}