Click or drag to resize

AxisOrientation Enumeration

Y-Axis orientation of a IChartVisual object.

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.4.0
Syntax
C#
public enum AxisOrientation
Members
Member nameValueDescription
Right0 Displays the values on the right y-axis
Left1 Displays the values on the left y-axis
Overlay2 Overlays the series on the chart. The values are independent of the y-axis value.
See Also