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