New to Telerik UI for WinFormsStart a free 30-day trial

ISparkView

Interface

Defines the root of the whole chart.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public interface ISparkView : ISparkElementPresenter

Derived Classes: SparkView

Inherited Members ISparkElementPresenter.RefreshNode(SparkNode)ISparkElementPresenter.MeasureContent(SparkNode, object)ISparkElementPresenter.IsVisible

Properties

Gets the rect that encloses the plot area in view coordinates - that is without the zoom factor applied and with the pan offset calculated.

C#
RadRect PlotAreaClip { get; }

Gets the visible height of the chart view.

C#
double ViewportHeight { get; }

Gets the visible width of the chart view.

C#
double ViewportWidth { get; }