• Product Bundles

    DevCraft

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

    • Conversational UI
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for Xamarin
    Desktop
    UI for WinForms UI for WPF UI for WinUI UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    Debugging
    FiddlerCore Fiddler Everywhere
    CMS
    Sitefinity
    UX Design
    Unite UX
    Document Management
    Telerik Document Processing
    Innovations Lab
    VR DataViz
    Free Tools
    Fiddler Classic JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Edit Profile
    • Payment Profiles
    • Renewals & Upgrades
    • Support Tickets
    • Log out
  • Login
  • Contact Us
  • Try now

Class SparkViewController

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

Inheritance
System.Object
Controller
SparkViewController
SparkTooltipController
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.UI.dll

Syntax

public class SparkViewController : Controller, INotifyPropertyChanged

Constructors

SparkViewController()

Declaration
public SparkViewController()

Properties

Area

Gets or sets the area this controller is added to.

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

The area.

View

Gets the chart view this conrtoller is added to.

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

Methods

ControllerAdded(SparkView)

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

Declaration
protected virtual void ControllerAdded(SparkView view)
Parameters
SparkView 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>>)

Was this article helpful?

Tell us how we can improve this article

Skip
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.