Class SeriesMarkerBorderModel
Interface for a class SeriesMarkerBorder
Inheritance
System.Object
SeriesMarkerBorderModel
Implements
System.IEquatable<SeriesMarkerBorderModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SeriesMarkerBorderModel : Object, IEquatable<SeriesMarkerBorderModel>
Constructors
SeriesMarkerBorderModel()
Declaration
public SeriesMarkerBorderModel()
Properties
Color
border color for marker border.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
border width for marker border.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(SeriesMarkerBorderModel)
Declaration
public bool Equals(SeriesMarkerBorderModel seriesMarkerBorderModel)
Parameters
Type | Name | Description |
---|---|---|
SeriesMarkerBorderModel | seriesMarkerBorderModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>