Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
      • EO.Base
      • EO.Base.UI
      • EO.Extensions
      • EO.Pdf
      • EO.Pdf.Acm
      • EO.Pdf.Contents
      • EO.Pdf.Drawing
      • EO.Pdf.Mvc
      • EO.Web
      • EO.WebBrowser
      • EO.WebBrowser.DOM
      • EO.WebEngine
      • EO.WinForm
      • EO.Wpf
      • EO.Wpf.Gauge
        • EO.Wpf.Gauge
        • Classes
          • CircularGaugeFrame Class
          • CircularLabelOptions Class
          • CircularLineOptions Class
          • CircularOptions Class
          • CircularScale Class
          • CircularTickOptions Class
          • LinearGaugeFrame Class
          • LinearLabelOptions Class
          • LinearOptions Class
          • LinearRangeBarOptions Class
          • LinearScale Class
          • LinearScaleBase Class
          • LinearTickBar Class
          • LinearTickOptions Class
          • MajorCircularLabelOptions Class
          • MajorCircularTickOptions Class
          • MajorLinearLabelOptions Class
          • MajorLinearTickOptions Class
          • Marker Class
          • MarkerCollection Class
          • MinorCircularLabelOptions Class
          • MinorCircularTickOptions Class
          • MinorLinearLabelOptions Class
          • MinorLinearTickOptions Class
          • Needle Class
          • Options Class
          • ProgressIndicator Class
          • Range Class
          • RangeBarOptionsBase Class
          • RangeCollection Class
          • RollingRangeBarOptions Class
          • RollingScale Class
          • RollingTickBar Class
          • ScaleBase Class
          • TickBarBase Class
          • ValueIndicator Class
        • Enumerations
      • EO.Wpf.Gauge.Shapes
      • EO.Wpf.Primitives
      • EO.Wpf.Themes.Aero
      • EO.Wpf.Themes.Classic
      • EO.Wpf.Themes.Luna
      • EO.Wpf.Themes.Metro
      • EO.Wpf.Themes.Royale
    • JavaScript API Reference
LinearLabelOptions Properties

The properties of the LinearLabelOptions class are listed below. For a complete list of LinearLabelOptions class members, see the LinearLabelOptions Members topic.

Properties
Name Description
CanFreeze (inherited from Freezable) 
DependencyObjectType (inherited from DependencyObject) 
Dispatcher (inherited from DispatcherObject) 
HorizontalAlignment (inherited from LinearOptions) Gets or sets the horizontal alignment of the element.
IsFrozen (inherited from Freezable) 
IsSealed (inherited from DependencyObject) 
Placement Gets or sets the placement of major labels or minor labels relative to the scale tick bar. This is a dependency property.
StringFormat Gets or sets a composite string that specifies how to format the tick value of each label. This is a dependency property.
Style (inherited from Options) Gets or sets the style of the target element. This is a dependency property.
Template (inherited from Options) Gets or sets the DataTemplate used for ticks or labels.
TemplateSelector (inherited from Options) Gets or sets a DataTemplateSelector that can be used to select the DataTemplate to be used.
VerticalAlignment (inherited from LinearOptions) Gets or sets the vertical alignment of the element.
See Also