Class CrosshairAxisInfo
Defines the crosshair axis information.
Inheritance
System.Object
CrosshairAxisInfo
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class CrosshairAxisInfo : Object
Constructors
CrosshairAxisInfo(String, String, Object)
Declaration
public CrosshairAxisInfo(string axisName, string axisLabel, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | axisName | |
System.String | axisLabel | |
System.Object | value |
Properties
AxisLabel
Define the specific axis label.
Declaration
public string AxisLabel { get; }
Property Value
Type |
---|
System.String |
AxisName
Define the specific axis name.
Declaration
public string AxisName { get; }
Property Value
Type |
---|
System.String |
Value
Gets the value of the axis crossed by the crosshair lines.
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object | The value of the axis crossed by the crosshair. The default value is null. |
Remarks
It is a read-only value.