maui-devexpress-dot-maui-dot-charts-bfc52f36.md
Stores the appearance settings of data point markers for the Line, Spline, Point and Bubble series.
Namespace : DevExpress.Maui.Charts
Assembly : DevExpress.Maui.Charts.dll
NuGet Package : DevExpress.Maui.Charts
public class MarkerStyle :
StyleBase
The following members return MarkerStyle objects:
This example customizes the color and stroke of point markers for the Point series.
MarkerStyle object and use this object’s properties to specify the appearance settings of point markers.<dxc:PointSeries>
<dxc:PointSeries.Style>
<dxc:PointSeriesStyle>
<dxc:PointSeriesStyle.MarkerStyle>
<dxc:MarkerStyle Fill="LightBlue" Stroke="Blue" StrokeThickness="2"/>
</dxc:PointSeriesStyle.MarkerStyle>
</dxc:PointSeriesStyle>
</dxc:PointSeries.Style>
</dxc:PointSeries>
System.Object BindableObject Element ChartElementBase ChartElement StyleBase MarkerStyle
See Also