ChartBaseView Members
In This Article
#Constructors
Name | Description |
---|---|
Chart |
Initializes a new Chart |
#Fields
Name | Description |
---|---|
Legend |
Identifies the Legend bindable property. |
Selected |
Identifies the Selected |
Selected |
Identifies the Selected |
Selection |
Identifies the Selection |
Selection |
Identifies the Selection |
Theme |
Identifies the Theme bindable property. |
#Properties
Name | Description |
---|---|
Legend | Gets or sets the chart legend. |
Selected |
Returns data object that is currently selected on the chart. |
Selected |
Returns a collection of chart items that are selected. |
Selection |
Specifies whether an individual point or whole series is selected when an end user taps a chart. |
Selection |
Specifies how many chart elements an end user can select simultaneously. |
Theme | Specifies the chart’s current theme. |
#Methods
Name | Description |
---|---|
Hide |
Hides a hint if chart shows it. |
Resume |
Resumes the chart rendering on updates |
Set |
Specifies whether a series point with the specified point |
Show |
Shows a hint for a series point with the specified index of a series with the given index. |
Show |
Shows a hint for the specified screen point. |
Suspend |
Pauses the chart rendering on updates. |
#Events
Name | Description |
---|---|
Hint |
Occurs every time the chart hides a hint. |
Hint |
Occurs every time the chart shows a hint. |
Selection |
Occurs every time the chart changes its selected item |
See Also