Class CrosshairLabel
Inherited Members
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class CrosshairLabel : EJTagHelper
Constructors
CrosshairLabel()
Declaration
public CrosshairLabel()
Properties
Border
Gets or sets the value for Border in CrosshairLabel, which provides options to customize cross hair label border.
Declaration
[JsonProperty("border")]
public ChartBorder Border { get; set; }
Property Value
Type | Description |
---|---|
ChartBorder |
Remarks
Options to customize the border of cross hair label.
Fill
Gets or sets the value for Fill, which sets the fill color value for primary and secondary axis cross hair label.
Declaration
[JsonProperty("fill")]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Options to customize the fill color of cross hair label.
Font
Gets or sets the value for Font, which provides option to customize the font of cross hair label.
Declaration
[JsonProperty("font")]
public ChartFont Font { get; set; }
Property Value
Type | Description |
---|---|
ChartFont |
Remarks
Options to customize the cross hair label font.
RX
Gets or sets the value for RX, which customizes corner radius of the cross hair label along x position.
Declaration
[JsonProperty("rx")]
public int RX { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Customize the RX value.
RY
Gets or sets the value for RY, which customizes corner radius of cross hair label along y position.
Declaration
[JsonProperty("ry")]
public int RY { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Customize the RY value.
Visible
Gets or sets the value for Visible, which controls the visibility of cross hair label.
Declaration
[JsonProperty("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Options to customize the visibility of cross hair label.
Methods
ShouldSerializeBorder()
Declaration
public bool ShouldSerializeBorder()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeFont()
Declaration
public bool ShouldSerializeFont()
Returns
Type | Description |
---|---|
System.Boolean |