IChart |
The IChartVisual type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActualPanelIndex | PanelIndex can have placeholders (like New Panel, Save as Input panel). Actual Panel index will get the actual index. The value is available only after the chart has been populated. |
![]() | AxisOrientation | AxisOrientation |
![]() | CanRecalculate | Returns if the visual can re-calculates the params. Valid for DrawingBase objects only. |
![]() | DisplayName | (Inherited from IVisualT) |
![]() | HighestHigh | Highest high of the series |
![]() | IsAutoScale | Is auto scale |
![]() | IsSelected | Gets or sets if the IChartVisual is selected or not. |
![]() | IsSharpScript | Is object drawn via a user code |
![]() | IsValueChanged | Gets if the view height, width etc has changed or not. Used to re-evaluate DrawingBase object |
![]() | IsVisible | Is the visual visible. This can be configured from the view |
![]() | LowestLow | Lowest low of the series |
![]() | PanelIndex | Placeholder value for the views. To get the actual panel index please call GetPanelIndex method or ActualPanelIndex (when the chart has been populated) |
![]() | Parent | |
![]() | State | (Inherited from IState) |
![]() | VisualMax | Maximum value of the displayed series |
![]() | VisualMin | Minimum value of the displayed series |