Click or drag to resize

IRange Interface

Defines the Y-Axis scale of the view

Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public interface IRange

The IRange type exposes the following members.

Properties
 NameDescription
Public propertyMax Gets the maximum value of the view
Public propertyMin Gets the minimum value of the view
Public propertyScaleType Gets the ScaleType of the axis.
Top
See Also