Click or drag to resize

IChartViewModel Interface

Chart view model

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public interface IChartViewModel : IViewModel<IChartProperty>

The IChartViewModel type exposes the following members.

Properties
 NameDescription
Public propertyIsLeftYAxisVisible Is left Y-Axis visible
Public propertyIsRightYAxisVisible Is right Y-Axis visible
Public propertyLeftOffset Sum of LeftYAxisWidth and LeftMargin
Public propertyLeftYAxisWidth Gets the left Y-Axis width
Public propertyProperty
(Inherited from IViewModelT)
Public propertyRightOffset Sum of RightYAxisWidth and RightMargin
Public propertyRightYAxisWidth Gets teh right Y-Axis width
Top
Methods
 NameDescription
Public methodCalculateBarIndexFromX Calculate the bars index from X
Public methodCalculateTimeFromX Calculates the time from the x co-ordinates
Public methodCalculateXFromBarIndex Calculate X from bar index
Public methodCalculateXFromTime Calculates the x co-ordinates from time
Top
See Also