ChartView Members
In This Article
#Constructors
Name | Description |
---|---|
Chart |
Initializes a new instance of the Chart |
#Fields
Name | Description |
---|---|
Axis |
Identifies the Axis |
Axis |
Identifies the Axis |
Axis |
Identifies the Axis |
Axis |
Identifies the Axis |
Axis |
Identifies the Axis |
Chart |
Identifies the Chart |
Hint |
Identifies the Hint bindable property. |
Legend |
Identifies the Legend bindable property.
Inherited from Chart |
Rotated |
Identifies the Rotated bindable property. |
Scroll |
Identifies the Scroll |
Selected |
Identifies the Selected |
Selected |
Identifies the Selected |
Selection |
Identifies the Selection |
Selection |
Identifies the Selection |
Series |
Identifies the Series |
Series |
Identifies the Series bindable property. |
Theme |
Identifies the Theme bindable property.
Inherited from Chart |
#Properties
Name | Description |
---|---|
Axis |
|
Axis |
|
Axis |
Gets or sets whether a user can scroll and zoom the chart along the X-axis. |
Axis |
Provides access to the chart’s y-axis (axis of values). |
Axis |
Gets or sets whether a user can scroll and zoom the chart along the Y-axis. |
Chart |
Gets or sets the chart appearance settings. |
Hide |
|
Hint | Gets or sets the chart hints. |
Legend |
Gets or sets the chart legend.
Inherited from Chart |
Rotated | |
Scroll |
Gets or sets whether scroll indicators are displayed when a user scrolls the chart. |
Selected |
Returns data object that is currently selected on the chart.
Inherited from Chart |
Selected |
Returns a collection of chart items that are selected.
Inherited from Chart |
Selection |
Specifies whether an individual point or whole series is selected when an end user taps a chart.
Inherited from Chart |
Selection |
Specifies how many chart elements an end user can select simultaneously.
Inherited from Chart |
Series | Gets the chart’s collection of series. |
Series |
Specifies how the chart generates series from a data source based on a template. |
Show |
|
Theme |
Specifies the chart’s current theme.
Inherited from Chart |
#Methods
Name | Description |
---|---|
Hide |
Hides a hint if chart shows it.
Inherited from Chart |
Resume |
Resumes the chart rendering on updates
Inherited from Chart |
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.
Inherited from Chart |
Show |
Shows a hint for the specified screen point.
Inherited from Chart |
Suspend |
Pauses the chart rendering on updates.
Inherited from Chart |
#Events
Name | Description |
---|---|
Hint |
Occurs every time the chart hides a hint.
Inherited from Chart |
Hint |
Occurs every time the chart shows a hint.
Inherited from Chart |
Selection |
Occurs every time the chart changes its selected item |
See Also