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

ChartBaseView Properties

The base class for all chart views.
Name Description
Legend Gets or sets the chart legend. This is a bindable property.
SelectedItem Gets the data object that is selected on the chart. This is a bindable property.
SelectedItems Gets a collection of chart items that are selected. This is a bindable property.
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.
SelectionMode Gets or sets how many chart elements an end user can select simultaneously. This is a bindable property.
See Also