New to Telerik UI for WinFormsStart a free 30-day trial

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: ChartView

Inherited Members IChartElementPresenter.RefreshNode(ChartNode)IChartElementPresenter.MeasureContent(ChartNode, object)IChartElementPresenter.InvalidatePalette()IChartElementPresenter.IsVisible

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; }

Gets the current scale applied along the horizontal direction.

C#
double ZoomWidth { get; }