IChart |
public interface IChartVisual : IVisual<ChartVisualArgs>, IHitTest<ChartHitTestArgs>, IState
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 | Underlying parent of the series | |
| State |
Gets the State (Inherited from IState) | |
| VisualMax | Maximum value of the displayed series | |
| VisualMin | Minimum value of the displayed series |
| Name | Description | |
|---|---|---|
| CalculateMinMax | Calculate the min max value of the displayed series | |
| CanRender | IVisualT drawn via code undergoes a check if the same can be drawn or not.
This is particularly true for the IDrawing objects.
(Inherited from IVisualT) | |
| GetHandleCursor | Gets the handle cursor | |
| GetPanelIndex | zero based panel index. Possible values are: -2 : Same as input panel. -1 : New Panel. >= 0 : Panel number. | |
| MakeHitTest |
None = -1, 0 = Body, >= 1 = Handle
(Inherited from IHitTestT) | |
| Move | (Inherited from IHitTestT) | |
| OnRender | (Inherited from IVisualT) | |
| OnStateChange |
Invoked when the state of the SharpScriptBase object changes
(Inherited from IState) | |
| Recalculate | Recalculates the params. Valid for DrawingBase objects only. | |
| ToStringFormat | String format of the value |