Table of Contents
MarkerBarSize Property

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

Syntax
 public Double MarkerBarSize { get; set; }

Property Value

A positive Double value that represents the size of the embedded marker bar. The default value is 10.

Remarks

See here for more information on how to use markers.

Note that the size term here means the Width of marker bar in case the Orientation is Vertical, or the Height in case of a Horizontal orientation.

See Also