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

ChartView Members

Visualizes data in the Cartesian coordinate system.

Constructors

Name Description
ChartView() Initializes a new instance of the ChartView class.

Fields

Name Description
AxisMaxZoomPercentProperty static Identifies the AxisMaxZoomPercent bindable property.
AxisXNavigationModeProperty static Identifies the AxisXNavigationMode bindable property.
AxisXProperty static Identifies the AxisX bindable property.
AxisYNavigationModeProperty static Identifies the AxisYNavigationMode bindable property.
AxisYProperty static Identifies the AxisY bindable property.
ChartStyleProperty static Identifies the ChartStyle bindable property.
HintProperty static Identifies the Hint bindable property.
LegendProperty static Identifies the Legend bindable property. Inherited from ChartBaseView.
RotatedProperty static Identifies the Rotated bindable property.
ScrollIndicatorsEnabledProperty static Identifies the ScrollIndicatorsEnabled bindable property.
SelectedItemProperty static Identifies the SelectedItem bindable property. Inherited from ChartBaseView.
SelectedItemsProperty static Identifies the SelectedItems bindable property. Inherited from ChartBaseView.
SelectionKindProperty static Identifies the SelectionKind bindable property. Inherited from ChartBaseView.
SelectionModeProperty static Identifies the SelectionMode bindable property. Inherited from ChartBaseView.
SeriesDataTemplateProperty static Identifies the SeriesDataTemplate bindable property.
SeriesProperty static Identifies the Series bindable property.

Properties

Name Description
AxisMaxZoomPercent Gets or sets the maximum zoom factor you can apply to the chart axes. The factor value should be equal or higher than 0. The higher factor value, the greater chart scale you can achieve when zooming in the chart.
AxisX Provides access to the chart’s x-axis (axis of values). This is a bindable property.
AxisXNavigationMode Gets or sets whether a user can scroll and zoom the chart along the X-axis. This is a bindable property.
AxisY Provides access to the chart’s y-axis (axis of values). This is a bindable property.
AxisYNavigationMode Gets or sets whether a user can scroll and zoom the chart along the Y-axis. This is a bindable property.
ChartStyle Gets or sets the chart appearance settings. This is a bindable property.
HideHintCommand
Hint Gets or sets the chart hints. This is a bindable property.
Legend Gets or sets the chart legend. This is a bindable property. Inherited from ChartBaseView.
Rotated
ScrollIndicatorsEnabled Gets or sets whether scroll indicators are displayed when a user scrolls the chart. This is a bindable property.
SelectedItem Gets the data object that is selected on the chart. This is a bindable property. Inherited from ChartBaseView.
SelectedItems Gets a collection of chart items that are selected. This is a bindable property. Inherited from ChartBaseView.
SelectionKind Gets or sets whether an individual point or whole series is selected when an end user taps a chart. This is a bindable property. Inherited from ChartBaseView.
SelectionMode Gets or sets how many chart elements an end user can select simultaneously. This is a bindable property. Inherited from ChartBaseView.
Series Gets the chart’s collection of series. This is a bindable property.
SeriesDataTemplate Gets or sets how the chart generates series from a data source based on a template. This is a bindable property.
ShowHintCommand

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
HideHint() Hides a hint if chart shows it. Inherited from ChartBaseView.
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 rendering on updates Inherited from ChartBaseView.
SetSelected(Int32, Int32, Boolean) Gets or sets whether a series point with the specified pointIndex of a series with the given seriesIndex is selected. Inherited from ChartBaseView.
ShowHint(Point) Shows a hint for the specified screen point. Inherited from ChartBaseView.
ShowHint(Int32, Int32) Shows a hint for a series point with the specified index of a series with the given index. Inherited from ChartBaseView.
SuspendRender() Pauses the chart rendering on updates. Inherited from ChartBaseView.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
HintHidden Occurs every time the chart hides a hint. Inherited from ChartBaseView.
HintShown Occurs every time the chart shows a hint. Inherited from ChartBaseView.
SelectionChanged Occurs every time the chart changes its selected item(s). Inherited from ChartBaseView.
See Also