Back to Devexpress

ChartBaseView Members

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-dot-chartbaseview-dot-underscore-members.md

latest4.4 KB
Original Source

ChartBaseView Members

The base class for all chart views.

Constructors

NameDescription
ChartBaseView()Initializes a new ChartBaseView instance with the default settings.

Fields

NameDescription
LegendProperty staticIdentifies the Legend bindable property.
SelectedItemProperty staticIdentifies the SelectedItem bindable property.
SelectedItemsProperty staticIdentifies the SelectedItems bindable property.
SelectionKindProperty staticIdentifies the SelectionKind bindable property.
SelectionModeProperty staticIdentifies the SelectionMode bindable property.
ThemeProperty staticIdentifies the Theme bindable property.

Properties

NameDescription
LegendGets or sets the chart legend.
SelectedItemReturns data object that is currently selected on the chart.
SelectedItemsReturns a collection of chart items that are selected.
SelectionKindSpecifies whether an individual point or whole series is selected when an end user taps a chart.
SelectionModeSpecifies how many chart elements an end user can select simultaneously.
ThemeSpecifies the chart’s current theme.

Methods

NameDescription
HideHint()Hides a hint if chart shows it.
ResumeRender()Resumes the chart rendering on updates
SetSelected(Int32, Int32, Boolean)Specifies whether a series point with the specified pointIndex of a series with the given seriesIndex is selected.
ShowHint(Int32, Int32)Shows a hint for a series point with the specified index of a series with the given index.
ShowHint(Point)Shows a hint for the specified screen point.
SuspendRender()Pauses the chart rendering on updates.

Events

NameDescription
HintHiddenOccurs every time the chart hides a hint.
HintShownOccurs every time the chart shows a hint.
SelectionChangedOccurs every time the chart changes its selected item(s).

See Also

ChartBaseView Class

DevExpress.XamarinForms.Charts Namespace