Class SparklineMarkerSettingsModel
Interface for a class SparklineMarkerSettings
Inheritance
System.Object
SparklineMarkerSettingsModel
Implements
System.IEquatable<SparklineMarkerSettingsModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SparklineMarkerSettingsModel : Object, IEquatable<SparklineMarkerSettingsModel>
Constructors
SparklineMarkerSettingsModel()
Declaration
public SparklineMarkerSettingsModel()
Properties
Border
To configure Sparkline marker border color and width.
Declaration
public SparklineBorderModel Border { get; set; }
Property Value
Type | Description |
---|---|
SparklineBorderModel |
Fill
To configure the marker fill color.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Opacity
To configure the marker opacity.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Size
To configure the marker size.
Declaration
public double Size { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Visible
To toggle the marker visibility.
Declaration
public List<VisibleType> Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<VisibleType> |
Methods
Equals(SparklineMarkerSettingsModel)
Returns a boolean by comparing with sparklineMarkerSettingsModel
Declaration
public bool Equals(SparklineMarkerSettingsModel sparklineMarkerSettingsModel)
Parameters
Type | Name | Description |
---|---|---|
SparklineMarkerSettingsModel | sparklineMarkerSettingsModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>