MarkerBase.StarPointCount Property
In This Article
Gets or sets the number of points that star-shaped marker(s) have.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the number of points for star-shaped marker |
#Remarks
This property is in effect only when the simple marker’s MarkerBase.Kind property is set to the MarkerKind.Star value.
See Also