Skip to main content

MarkerBase.StarPointCount Property

Gets or sets the number of points that star-shaped marker(s) have.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public int StarPointCount { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the number of points for star-shaped marker(s).

Remarks

This property is in effect only when the simple marker’s MarkerBase.Kind property is set to the MarkerKind.Star value.

See Also