skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class ChartViewController

Represents a controller which can be added to the controllers collection of a RadChartView.

Inheritance
System.Object
Controller
ChartViewController
BaseLassoController
ChartDataPointElementController
ChartPanZoomController
ChartSelectionController
ChartStillIndicatorsController
ChartTooltipController
ChartTrackballController
DrillDownController
SmartLabelsController
Inherited Members
Controller.Empty
Controller.OnPropertyChanged(String)
Controller.ProcessNext
Controller.PropertyChanged
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll

Syntax

public class ChartViewController : Controller, INotifyPropertyChanged

Constructors

ChartViewController()

Declaration
public ChartViewController()

Properties

Area

Gets or sets the area this controller is added to.

Declaration
public virtual ChartArea Area { get; }
Property Value
ChartArea

The area.

View

Gets the chart view this conrtoller is added to.

Declaration
public virtual ChartView View { get; }
Property Value
ChartView

Methods

ControllerAdded(ChartView)

This method is called when the controller is added to the controllers collection of a chart view.

Declaration
protected virtual void ControllerAdded(ChartView view)
Parameters
ChartView view

The view this controller is added to.

ControllerRemoved()

This method is called when the controller is removed from the controllers collection of a chart view.

Declaration
protected virtual void ControllerRemoved()

ExecuteCore(Object, Object)

Declaration
protected override ActionResult ExecuteCore(object key, object context)
Parameters
System.Object key

System.Object context

Returns
ActionResult

Overrides
Controller.ExecuteCore(Object, Object)

OnDraw(EventArgs)

Raises the Draw event.

Declaration
protected virtual ActionResult OnDraw(EventArgs e)
Parameters
System.EventArgs e

The System.EventArgs instance containing the event data.

Returns
ActionResult

OnGesture(GestureEventArgs)

Raises the Gesture event.

Declaration
protected virtual ActionResult OnGesture(GestureEventArgs args)
Parameters
GestureEventArgs args

The GestureEventArgs instance containing the event data.

Returns
ActionResult

OnKeyDown(KeyEventArgs)

Raises the KeyDown event.

Declaration
protected virtual ActionResult OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs e

The System.Windows.Forms.KeyEventArgs instance containing the event data.

Returns
ActionResult

OnKeyPress(KeyPressEventArgs)

Raises the KeyPress event.

Declaration
protected virtual ActionResult OnKeyPress(KeyPressEventArgs e)
Parameters
System.Windows.Forms.KeyPressEventArgs e

The System.Windows.Forms.KeyPressEventArgs instance containing the event data.

Returns
ActionResult

OnKeyUp(KeyEventArgs)

Raises the KeyUp event.

Declaration
protected virtual ActionResult OnKeyUp(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs e

The System.Windows.Forms.KeyEventArgs instance containing the event data.

Returns
ActionResult

OnMouseCaptureChanged(EventArgs)

Raises the MouseCaptureChanged event.

Declaration
protected virtual ActionResult OnMouseCaptureChanged(EventArgs e)
Parameters
System.EventArgs e

The System.EventArgs instance containing the event data.

Returns
ActionResult

OnMouseClick(MouseEventArgs)

Raises the MouseClick event.

Declaration
protected virtual ActionResult OnMouseClick(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs e

The System.Windows.Forms.MouseEventArgs instance containing the event data.

Returns
ActionResult

OnMouseDoubleClick(MouseEventArgs)

Raises the MouseDoubleClick event.

Declaration
protected virtual ActionResult OnMouseDoubleClick(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs e

The System.Windows.Forms.MouseEventArgs instance containing the event data.

Returns
ActionResult

OnMouseDown(MouseEventArgs)

Raises the MouseDown event.

Declaration
protected virtual ActionResult OnMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs e

The System.Windows.Forms.MouseEventArgs instance containing the event data.

Returns
ActionResult

OnMouseEnter(EventArgs)

Raises the MouseEnter event.

Declaration
protected virtual ActionResult OnMouseEnter(EventArgs e)
Parameters
System.EventArgs e

The System.EventArgs instance containing the event data.

Returns
ActionResult

OnMouseHover(EventArgs)

Raises the MouseHover event.

Declaration
protected virtual ActionResult OnMouseHover(EventArgs e)
Parameters
System.EventArgs e

The System.EventArgs instance containing the event data.

Returns
ActionResult

OnMouseLeave(EventArgs)

Raises the MouseLeave event.

Declaration
protected virtual ActionResult OnMouseLeave(EventArgs e)
Parameters
System.EventArgs e

The System.EventArgs instance containing the event data.

Returns
ActionResult

OnMouseMove(MouseEventArgs)

Raises the MouseMove event.

Declaration
protected virtual ActionResult OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs e

The System.Windows.Forms.MouseEventArgs instance containing the event data.

Returns
ActionResult

OnMouseUp(MouseEventArgs)

Raises the MouseUp event.

Declaration
protected virtual ActionResult OnMouseUp(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs e

The System.Windows.Forms.MouseEventArgs instance containing the event data.

Returns
ActionResult

OnMouseWheel(MouseEventArgs)

Raises the MouseWheel event.

Declaration
protected virtual ActionResult OnMouseWheel(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs e

The System.Windows.Forms.MouseEventArgs instance containing the event data.

Returns
ActionResult

OnPanGesture(PanGestureEventArgs)

Raises the PanGesture event.

Declaration
protected virtual ActionResult OnPanGesture(PanGestureEventArgs args)
Parameters
PanGestureEventArgs args

The PanGestureEventArgs instance containing the event data.

Returns
ActionResult

OnPressAndTapGesture(PressAndTapGestureEventArgs)

Raises the PressAndTapGesture event.

Declaration
protected virtual ActionResult OnPressAndTapGesture(PressAndTapGestureEventArgs args)
Parameters
PressAndTapGestureEventArgs args

The PressAndTapGestureEventArgs instance containing the event data.

Returns
ActionResult

OnRotateGesture(RotateGestureEventArgs)

Raises the RotateGesture event.

Declaration
protected virtual ActionResult OnRotateGesture(RotateGestureEventArgs args)
Parameters
RotateGestureEventArgs args

The RotateGestureEventArgs instance containing the event data.

Returns
ActionResult

OnTwoFingerTapGesture(GestureEventArgs)

Raises the TwoFingerTapGesture event.

Declaration
protected virtual ActionResult OnTwoFingerTapGesture(GestureEventArgs args)
Parameters
GestureEventArgs args

The GestureEventArgs instance containing the event data.

Returns
ActionResult

OnZoomGesture(ZoomGestureEventArgs)

Raises the ZoomGesture event.

Declaration
protected virtual ActionResult OnZoomGesture(ZoomGestureEventArgs args)
Parameters
ZoomGestureEventArgs args

The ZoomGestureEventArgs instance containing the event data.

Returns
ActionResult

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.