IChartView
Interface
Defines the root of the whole chart.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public interface IChartView : IChartElementPresenter
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 X-coordinate of the top-left corner where the layout should start from.
C#
double PlotOriginX { get; }
Gets the Y-coordinate of the top-left corner where the layout should start from.
C#
double PlotOriginY { 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; }
Gets the current scale applied along the vertical direction.
C#
double ZoomHeight { get; }