ChartBaseView Members
The base class for all chart views.Constructors
Name | Description |
---|---|
ChartBaseView() | Initializes a new ChartBaseView instance with the default settings. |
Fields
Name | Description |
---|---|
LegendProperty static | Identifies the Legend bindable property. |
SelectedItemProperty static | Identifies the SelectedItem bindable property. |
SelectedItemsProperty static | Identifies the SelectedItems bindable property. |
SelectionKindProperty static | Identifies the SelectionKind bindable property. |
SelectionModeProperty static | Identifies the SelectionMode bindable property. |
ThemeProperty static | Identifies the Theme bindable property. |
Properties
Name | Description |
---|---|
Legend | Gets or sets the chart legend. |
SelectedItem | Returns data object that is currently selected on the chart. |
SelectedItems | Returns a collection of chart items that are selected. |
SelectionKind | Specifies whether an individual point or whole series is selected when an end user taps a chart. |
SelectionMode | Specifies how many chart elements an end user can select simultaneously. |
Theme | Specifies the chart’s current theme. |
Methods
Name | Description |
---|---|
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
Name | Description |
---|---|
HintHidden | Occurs every time the chart hides a hint. |
HintShown | Occurs every time the chart shows a hint. |
SelectionChanged | Occurs every time the chart changes its selected item(s). |
See Also