ChartView Properties
Visualizes data in the Cartesian coordinate system.| Name | Description |
|---|---|
| AxisMaxZoomPercent | |
| AxisX | |
| AxisXNavigationMode | Gets or sets whether a user can scroll and zoom the chart along the X-axis. |
| AxisY | Provides access to the chart’s y-axis (axis of values). |
| AxisYNavigationMode | Gets or sets whether a user can scroll and zoom the chart along the Y-axis. |
| ChartStyle | Gets or sets the chart appearance settings. |
| HideHintCommand | |
| Hint | Gets or sets the chart hints. |
| Legend | Gets or sets the chart legend. Inherited from ChartBaseView. |
| Rotated | |
| ScrollIndicatorsEnabled | Gets or sets whether scroll indicators are displayed when a user scrolls the chart. |
| SelectedItem | Returns data object that is currently selected on the chart. Inherited from ChartBaseView. |
| SelectedItems | Returns a collection of chart items that are selected. Inherited from ChartBaseView. |
| SelectionKind | Specifies whether an individual point or whole series is selected when an end user taps a chart. Inherited from ChartBaseView. |
| SelectionMode | Specifies how many chart elements an end user can select simultaneously. Inherited from ChartBaseView. |
| Series | Gets the chart’s collection of series. |
| SeriesDataTemplate | Specifies how the chart generates series from a data source based on a template. |
| ShowHintCommand | |
| Theme | Specifies the chart’s current theme. Inherited from ChartBaseView. |
See Also