Skip to main content
A newer version of this page is available. .

SizeLegend.ShowTickMarks Property

Gets or sets a value indicating whether it is necessary to show tick marks for the size legend.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public bool ShowTickMarks { get; set; }

Property Value

Type Description
Boolean

true to show tickmarks; false to hide them.

See Also