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

Definition

Constructors

Initializes a new instance of the ChartAreaModel class.

C#
public ChartAreaModel()

Properties

Gets the collection with all the annotations currently plotted by this instance.

C#
public ElementCollection<ChartAnnotationModel> Annotations { get; }

Gets a value indicating whether updates are currently suspended.

C#
public bool IsSuspended { get; }

Determines whether the node is loaded.

C#
public override bool IsTreeLoaded { get; }

Overrides: ChartNode.IsTreeLoaded

Gets the area where data points are plotted.

C#
public ChartPlotAreaModel PlotArea { get; }

Gets the collection with all the series currently plotted by this instance.

C#
public ElementCollection<ChartSeriesModel> Series { get; }

Methods

Arranges the area using a rectangle located at (0, 0) and with Size equal to the current view's Viewport.

C#
public void Arrange()

Begins the update.

C#
public void BeginUpdate()

Ends the update.

C#
public void EndUpdate()

Ends the update.

C#
public void EndUpdate(bool refresh)
Parameters:refreshbool

The refresh.

Loads the element tree.

C#
public void LoadElementTree(IChartView view)
Parameters:viewIChartView

The view.

Called when [plot origin changed].

C#
public void OnPlotOriginChanged()

Called when [zoom changed].

C#
public void OnZoomChanged()

Processes the plot origin changed.

C#
protected virtual void ProcessPlotOriginChanged()

Processes the zoom changed.

C#
protected virtual void ProcessZoomChanged()