Skip to main content

PointSeries2D.MarkerSize Property

Gets or sets the size of series point markers.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public int MarkerSize { get; set; }

#Property Value

Type Description
Int32

An integer value which specifies the height and width of the plot area of a marker(s) in pixels.

#Implements

See Also