Enum ChartBoundaryEnum
- Namespace
- Hi.UiExtensions
- Assembly
- HiGeom.dll
Enum control ChartBoundary.
[Flags]
public enum ChartBoundaryEnum
- Extension Methods
Fields
Fixed = 1Lock the chart boundary. Lock is exclusive from LowerLimit and UpperLimit.
LowerLimit = 2Lower limit of the chart boundary.
None = 0No limit of the chart boundary.
UpperLimit = 4Uppler limit of the chart boundary.