Table of Contents

Enum ChartBoundaryEnum

Namespace
Hi.UiExtensions
Assembly
HiGeom.dll

Enum control ChartBoundary.

[Flags]
public enum ChartBoundaryEnum
Extension Methods

Fields

Fixed = 1

Lock the chart boundary. Lock is exclusive from LowerLimit and UpperLimit.

LowerLimit = 2

Lower limit of the chart boundary.

None = 0

No limit of the chart boundary.

UpperLimit = 4

Uppler limit of the chart boundary.