Class ChartCrosshairLine
Options to customize the crosshair line of the chart.
Inheritance
System.Object
Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder
ChartCrosshairLine
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartCrosshairLine : ChartDefaultBorder, ISubcomponentTracker
Constructors
ChartCrosshairLine()
Declaration
public ChartCrosshairLine()
Properties
Color
Sets and gets the color of the crosshair line that accepts value in hex and rgba as a valid CSS color string.
Declaration
public override string Color { get; set; }
Property Value
Type |
---|
System.String |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder.Color
Width
Sets and gets the the width of the crosshair line in pixels.
Declaration
public override double Width { get; set; }
Property Value
Type |
---|
System.Double |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder.Width
Methods
OnInitialized()
Declaration
protected override void OnInitialized()