Click or drag to resize

IYAxis Interface


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

The IYAxis type exposes the following members.

Properties
 NameDescription
Public propertyAxisOrientation Gets the AxisOrientation of the axis
Public propertyDataRangeType Gets the DataRangeType of the axis
Public propertyMax Gets the maximum value of the view
(Inherited from IRange)
Public propertyMin Gets the minimum value of the view
(Inherited from IRange)
Public propertyScaleType Gets the ScaleType of the axis.
(Inherited from IRange)
Top
Fields
 NameDescription
Public fieldStatic memberYAxisMargin Minimum margin
Top
See Also