BubbleSeriesStyle.MarkerStyle Property
In This Article
Gets or sets the appearance settings of bubbles.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
public MarkerStyle MarkerStyle { get; set; }
#Property Value
Type | Description |
---|---|
Marker |
An object that stores bubble appearance settings. |
See Also