Table of Contents
MarkerBarVerticalOffset Property

Gets or sets the vertical offset of the embedded marker bar. This is a dependency property.

Syntax
 public Double MarkerBarVerticalOffset { get; set; }

Property Value

A Double value that represents the vertical offset of the embedded marker bar against the tick bar. The default value is 0.

Remarks

See here for more information on how to use markers. Note that this property has no effect on marker bar if the scale Orientation is set to Vertical. For horizontal scales, when this property is 0, the top of the marker bar is aligned to the top of the tick bar. A negative value moves the marker bar up and a positive value moves the marker bar down.

See Also