The IChartView type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetEntityAt |
Returns the entity at the specified position (y-axis coordinate) in the IChartView control.
| |
| GetItemAt |
Returns the item at the specified position (y-axis coordinate) in the IChartView control.
| |
| GetItemHeight | Overloaded. | |
| GetItemIndexAt |
Returns the zero-based index of the item at the specified position (y-axis coordinate) in the IChartView control.
| |
| GetItemTop | Overloaded. | |
| RefreshItems |
Refreshes the user interface of the presented items within the control by rebinding their appropriate attached property values to the master values provided by the control instance.
| |
| ScrollTo | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| ActualHeaderHeight |
Gets the actual height of the header displayed in the IChartView control.
| |
| AreItemUserPermissionsApplied |
Gets or sets a value indicating whether to apply specific attached user permission values if they are set for specific items in the IChartView control.
| |
| BarHeight |
Gets or sets a value that specifies the bar height of an entity item in the IChartView control.
| |
| BarVerticalAlignment |
Gets or sets a value that specifies the bar vertical alignment (position of the bar in the item row space after applying the bar vertical margin) of an entity item in the IChartView control.
| |
| BarVerticalMargin |
Gets or sets a value that specifies the bar vertical margin (the emtpy space remaining at the top and at the bottom of the bar) of an entity item in the IChartView control.
| |
| ElementEffect |
Gets or sets the bitmap effect to apply to the elements in the IChartView control.
| |
| HeaderBackground |
Gets or sets a Brush that specifies how the header background is painted in the IChartView control.
| |
| HeaderHeight |
Gets or sets the height of the header displayed in the IChartView control.
| |
| HoverElementEffect |
Gets or sets the bitmap effect to apply to the hovered elements in the IChartView control.
| |
| IsAsyncPresentationEnabledMinCount |
Gets or sets the initial entity count to load synchronously within this IAsyncCollectionPresenterControl before initiating the asynchronous load mode when IsAsyncPresentationEnabled property is set to true.
(Inherited from IAsyncCollectionPresenterControl.) | |
| IsItemAppearanceApplied |
Gets or sets a value indicating whether to apply specific attached appearance values if they are set for specific items in the IChartView control.
| |
| IsItemToolTipEnabled |
Gets or sets a value indicating whether the item content tool tip is enabled in the IChartView control.
| |
| IsItemVisibilityApplied |
Gets or sets a value indicating whether to apply specific attached visibility values if they are set for specific items in the IChartView control.
| |
| IsVirtualizing |
Gets or sets a value that indicates whether the control is using virtualization, displaying the user interface only for the items within the scroll view.
| |
| ItemBackground |
Gets or sets a Brush that specifies how the background of an entity item is painted in the IChartView control.
| |
| ItemBorderBrush |
Gets or sets a Brush that specifies how the border of an entity item is painted in the IChartView control.
| |
| ItemBorderThickness |
Gets or sets a Thickness that specifies the thickness of the border of an entity item in the IChartView control.
| |
| ItemContextMenu |
Gets or sets the context menu to be used for a task in the IChartView control.
| |
| ItemHeight |
Gets or sets a value that specifies the height of an item row in the IChartView control.
| |
| MaxHeaderHeight |
Gets or sets the maximum height of the header displayed in the IChartView control.
| |
| MinHeaderHeight |
Gets or sets the minimum height of the header displayed in the IChartView control.
|