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

ChartView Properties

Visualizes data in the Cartesian coordinate system.
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
See Also