Skip to main content
A newer version of this page is available.

DXChartBase Members

The base class for the DXChart and DXPieChart views.

Constructors

Name Description
DXChartBase() Initializes a <DevExpress.Xamarin.iOS.Charts.DXChartBase> with the default settings.
DXChartBase(CGRect) Initializes the DXChartBase with the specified frame.
DXChartBase(NSCoder) Initializes the object from the data stored in the unarchiver object.

Properties

Name Description
Appearance static Returns the appearance object for this class.
ClassHandle The handle for this class.
Delegate Gets or sets an instance of the DXChartDelegate model class that acts as the class delegate.
Legend Gets or sets the chart’s legend.
SelectedItems Returns paths to selected points grouped by series.
SelectionKind Gets or sets whether an end user can select a series or a series point.
SelectionMode Gets or sets how many elements an end user can have selected at the same time.
WeakDelegate An object that can respond to the chart’s delegate protocol requests.

Methods

Name Description
AppearanceWhenContainedIn(Type[]) static Returns the appearance object for instances of this class when they are hosted in the specified hierarchy.
CalcHitInfo(CGPoint) Returns information about chart elements that are under the specified point.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetAppearance(UITraitCollection, Type[]) static Returns the appearance proxy for the specified traits when instances of this class are hosted in the specified hierarchy.
GetAppearance(UITraitCollection) static Returns the appearance proxy for the specified traits.
GetAppearance<T>() static Returns the appearance proxy for the subclass of DXChartBase.
GetAppearance<T>(UITraitCollection, Type[]) static Returns the appearance proxy for the subclass of DXChartBase when instances of this class are hosted in the specified hierarchy.
GetAppearance<T>(UITraitCollection) static Returns the appearance proxy for the subclass of DXChartBase.
GetType() Gets the Type of the current instance. Inherited from Object.
HideHint() Hides the hint the chart displays.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ResumeRender() Resumes the chart render.
SetSelected(Boolean, nint, nint) Selects/deselects a series/series point.
SetTheme(DXChartTheme) Specifies the theme the chart uses.
ShowHint(CGPoint) Shows a hint for a series point at the specified screen point.
ShowHint(nint, nint) Shows a hint for a series point with the pointIndex of a series with the seriesIndex.
SuspendRender() Suspends the chart render.
See Also