IChart |
public interface IChartViewModel : IViewModel<IChartProperty>
The IChartViewModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsLeftYAxisVisible | Is left Y-Axis visible |
![]() | IsRightYAxisVisible | Is right Y-Axis visible |
![]() | LeftOffset | Sum of LeftYAxisWidth and LeftMargin |
![]() | LeftYAxisWidth | Gets the left Y-Axis width |
![]() | Property | (Inherited from IViewModelT) |
![]() | RightOffset | Sum of RightYAxisWidth and RightMargin |
![]() | RightYAxisWidth | Gets teh right Y-Axis width |
Name | Description | |
---|---|---|
![]() | CalculateBarIndexFromX | Calculate the bars index from X |
![]() | CalculateTimeFromX | Calculates the time from the x co-ordinates |
![]() | CalculateXFromBarIndex | Calculate X from bar index |
![]() | CalculateXFromTime | Calculates the x co-ordinates from time |