Interface ISparkView
Defines the root of the whole chart.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface ISparkView : ISparkElementPresenter
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
RadRect PlotAreaClip { get; }
Property Value
RadRect
|
ViewportHeight
Gets the visible height of the chart view.
Declaration
double ViewportHeight { get; }
Property Value
System.Double
|
ViewportWidth
Gets the visible width of the chart view.
Declaration
double ViewportWidth { get; }
Property Value
System.Double
|