Back to Devexpress

LineSeries2D.MarkerSize Property

wpf-devexpress-dot-xpf-dot-charts-dot-lineseries2d-6d963f60.md

latest1.1 KB
Original Source

LineSeries2D.MarkerSize Property

Gets or sets the size of series point markers.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public int MarkerSize { get; set; }
vb
Public Property MarkerSize As Integer

Property Value

TypeDescription
Int32

The marker height and width in pixels. The default value is 10.

|

Implements

MarkerSize

See Also

LineSeries2D Class

LineSeries2D Members

DevExpress.Xpf.Charts Namespace