maui-devexpress-dot-maui-dot-charts-6e723db3.md
Stores point series appearance settings.
Namespace : DevExpress.Maui.Charts
Assembly : DevExpress.Maui.Charts.dll
NuGet Package : DevExpress.Maui.Charts
public class PointSeriesStyle :
StyleBase
The following members return PointSeriesStyle objects:
To configure the point series appearance, set the PointSeries.Style property to the PointSeriesStyle object. This object’s MarkerSize and MarkerStyle properties allow you to change the size and color of point markers.
<dxc:PointSeries>
<dxc:PointSeries.Style>
<dxc:PointSeriesStyle MarkerSize="12">
<dxc:PointSeriesStyle.MarkerStyle>
<dxc:MarkerStyle Fill="LightBlue"/>
</dxc:PointSeriesStyle.MarkerStyle>
</dxc:PointSeriesStyle>
</dxc:PointSeries.Style>
</dxc:PointSeries>
System.Object BindableObject Element ChartElementBase ChartElement StyleBase PointSeriesStyle LineSeriesStyle
YieldIfNotNull<PointSeriesStyle>()
See Also