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 | ||
DisplayName | (Inherited from IVisualT) | |
HighestHigh | ||
IsAutoScale | ||
IsSelected | Gets or sets if the IChartVisual is selected or not. | |
IsSharpScript | ||
IsValueChanged | Gets if the view height, width etc has changed or not. Used to re-evaluate DrawingBase object | |
IsVisible | ||
LowestLow | ||
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 | ||
VisualMin |
Name | Description | |
---|---|---|
CalculateMinMax | ||
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 | ||
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 | (Inherited from IState) | |
ToStringFormat | String format of the value |