Interface
IChartView

Defines the root of the whole chart.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public interface IChartView : IChartElementPresenter, IView, IElementPresenter

Derived Classes: RadCartesianChartRadChartBaseRadPieChartRadPolarChart

Inherited Members IChartElementPresenter.InvalidatePalette()IView.ViewportWidthIView.ViewportHeightIElementPresenter.RefreshNode(object)IElementPresenter.MeasureContent(object, object)IElementPresenter.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

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