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

DXChart Members

The view that displays data in a Cartesian chart.

Constructors

Name Description
DXChart() Initializes a new DXChart object with the default settings.
DXChart(NSCoder) Initializes the object from the data stored in the unarchiver object.

Properties

Name Description
Appearance static Returns the appearance object for this class.
AxisMaxZoomPercent Gets or sets the maximum zoom value as a percentage for axes.
AxisX Gets or sets the X-axis that calculates data points’ locations by arguments.
AxisXNavigationMode Gets or sets navigation actions available for the X-axis.
AxisY Gets or sets Y-axis that calculates data points’ locations by values.
AxisYNavigationMode Gets or sets navigation actions available for the Y-axis.
ClassHandle The handle for this class.
Delegate Gets or sets an instance of the DXChartDelegate model class that acts as the class delegate. Inherited from DXChartBase.
Hint
Legend Gets or sets the chart’s legend. Inherited from DXChartBase.
Rotated Gets or sets whether the chart is rotated.
ScrollIndicatorsEnabled Gets or sets whether axes show their scroll indicators when users scroll through them.
SelectedItems Returns paths to selected points grouped by series. Inherited from DXChartBase.
SelectionKind Gets or sets whether an end user can select a series or a series point. Inherited from DXChartBase.
SelectionMode Gets or sets how many elements an end user can have selected at the same time. Inherited from DXChartBase.
Series Returns all series the Pie chart displays.
Style Gets or sets the chart appearance settings.
WeakDelegate An object that can respond to the chart’s delegate protocol requests. Inherited from DXChartBase.

Methods

Name Description
AddSeries(DXSeries) Adds the specified series to the Chart for display.
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. Inherited from DXChartBase.
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 DXChart.
GetAppearance<T>(UITraitCollection, Type[]) static Returns the appearance proxy for the subclass of DXChart when instances of this class are hosted in the specified hierarchy.
GetAppearance<T>(UITraitCollection) static Returns the appearance proxy for the subclass of DXChart.
GetType() Gets the Type of the current instance. Inherited from Object.
HideHint() Hides the hint the chart displays. Inherited from DXChartBase.
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.
RemoveAllSeries() Removes all series from the chart.
RemoveSeries(DXSeries) Removes the specified series from the Chart.
RemoveSeriesAtIndex(nint) Removes a series with the specified index from the Pie chart.
ResumeRender() Resumes the chart render. Inherited from DXChartBase.
SetSelected(Boolean, nint, nint) Selects/deselects a series/series point. Inherited from DXChartBase.
SetTheme(DXChartTheme) Specifies the theme the chart uses. Inherited from DXChartBase.
ShowHint(CGPoint) Shows a hint for a series point at the specified screen point. Inherited from DXChartBase.
ShowHint(nint, nint) Shows a hint for a series point with the pointIndex of a series with the seriesIndex. Inherited from DXChartBase.
SuspendRender() Suspends the chart render. Inherited from DXChartBase.
See Also