Skip to main content
A newer version of this page is available.
All docs
V18.2

LegendModel.MarkerHeight Property

Gets or sets the height of the Legend.MarkerSize within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions("Appearance", 2)]
[Browsable(false)]
public int MarkerHeight { get; set; }

Property Value

Type Description
Int32

The marker height.

See Also