Interface
ISparkView

Defines the root of the whole chart.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public interface ISparkView : ISparkElementPresenter

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

Properties

PlotAreaClip

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

Declaration

cs-api-definition
RadRect PlotAreaClip { get; }

Property Value

RadRect

ViewportHeight

Gets the visible height of the chart view.

Declaration

cs-api-definition
double ViewportHeight { get; }

Property Value

double

ViewportWidth

Gets the visible width of the chart view.

Declaration

cs-api-definition
double ViewportWidth { get; }

Property Value

double