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:
Inherited Members
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; }