Table of Contents
MarkerBarHorizontalOffset Property

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

Syntax
 public Double MarkerBarHorizontalOffset { get; set; }

Property Value

A Double value that represents the horizontal offset of the embedded marker 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 the marker bar if the scale Orientation is set to Horizontal. For vertical scales, when this property is 0, the left of the marker bar is aligned to the left of the tick bar. A negative value moves the marker bar towards the left and a positive value moves the marker bar towards right.

See Also