Interface
IChartView

Defines the root of the whole chart.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public interface IChartView : IChartElementPresenter

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

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

cs-api-definition
RadRect PlotAreaClip { get; }

Property Value

RadRect

PlotOriginX

Gets the X-coordinate of the top-left corner where the layout should start from.

Declaration

cs-api-definition
double PlotOriginX { get; }

Property Value

double

PlotOriginY

Gets the Y-coordinate of the top-left corner where the layout should start from.

Declaration

cs-api-definition
double PlotOriginY { get; }

Property Value

double

ViewportHeight

Gets the visible height of the chart view.

Declaration

cs-api-definition
double ViewportHeight { get; }

Property Value

double

ViewportWidth

Gets the visible width of the chart view.

Declaration

cs-api-definition
double ViewportWidth { get; }

Property Value

double

ZoomHeight

Gets the current scale applied along the vertical direction.

Declaration

cs-api-definition
double ZoomHeight { get; }

Property Value

double

ZoomWidth

Gets the current scale applied along the horizontal direction.

Declaration

cs-api-definition
double ZoomWidth { get; }

Property Value

double