Enum Series.AutoRangeAxis
Controls how a chart axis range is computed: from explicit bounds, or automatically for both ends, only the upper bound, only the lower bound, or not at all.
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public enum Series.AutoRangeAxis
Fields
| Name | Description |
|---|---|
| AutoBoth | |
| AutoLower | |
| AutoUpper | |
| Default | |
| None |