MarkerBase.StarPointCount Property
Gets or sets the number of points that star-shaped marker(s) have.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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