Click or drag to resize

YAxisScaleType Enumeration

Y-Axis scale type

Namespace:  SharpCharts.Base.Chart
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public enum YAxisScaleType
Members
  Member nameValueDescription
Fixed0 Calculated as per input values via Y-Axis property view
Automatic1 Calculated automatically
See Also