Click or drag to resize

AxisOrientation Enumeration


Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public enum AxisOrientation
Members
Member nameValueDescription
Right0 Displays the values on the right axis
Left1 Displays the values on the left axis
Overlay2 Overlays the series on the chart. The values are not displayed on any axis
See Also