Back to Devexpress

MarkerBase.StarPointCount Property

corelibraries-devexpress-dot-xtracharts-dot-markerbase-d46f011c.md

latest1.3 KB
Original Source

MarkerBase.StarPointCount Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
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

MarkerKind

MarkerBase Class

MarkerBase Members

DevExpress.XtraCharts Namespace