Table of Contents
LabelPlacement Enumeration

Specifies the placement of the labels in a scale relative to the ticks bar.

Namespace: EO.Wpf.Gauge
Assembly: EO.Wpf (in EO.Wpf.dll)

Syntax
 public enum LabelPlacement
Members
Member Name Description
TopLeft Labels appear above the ticks for a horizontal scale, or to the left of the ticks for a vertical scale.
BottomRight Labels appear below the ticks for a horizontal scale, or to the right of the ticks for a vertical scale.
See Also