Interface IChartView
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IChartView : IChartElementPresenter, IView, IElementPresenter
Properties
PlotAreaClip
PlotOriginX
Declaration
double PlotOriginX { get; }
Property Value
System.
|
PlotOriginY
Declaration
double PlotOriginY { get; }
Property Value
System.
|
ZoomHeight
Declaration
double ZoomHeight { get; }
Property Value
System.
|
ZoomWidth
Declaration
double ZoomWidth { get; }
Property Value
System.
|