Class SparklineMarkerSettings
Sets and gets the options for customizing the sparkline marker.
Inheritance
SparklineMarkerSettings
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SparklineMarkerSettings : SfBaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
SparklineMarkerSettings()
Declaration
public SparklineMarkerSettings()
Properties
Fill
Sets and gets the marker fill color.
Declaration
[Parameter]
public string Fill { get; set; }
Property Value
| Type |
|---|
| string |
Opacity
Sets and gets the marker opacity.
Declaration
[Parameter]
public double Opacity { get; set; }
Property Value
| Type |
|---|
| double |
Size
Sets and gets the marker size.
Declaration
[Parameter]
public double Size { get; set; }
Property Value
| Type |
|---|
| double |
Visible
Sets and gets the marker visibility type.
Declaration
[Parameter]
public List<VisibleType> Visible { get; set; }
Property Value
| Type |
|---|
| List<VisibleType> |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |