Class TrackballTooltipSettings
Inherited Members
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class TrackballTooltipSettings : EJTagHelper
Constructors
TrackballTooltipSettings()
Declaration
public TrackballTooltipSettings()
Properties
Border
Gets or sets the value for border which Options for displaying and customizing border for individual point in a series.
Declaration
[JsonProperty("border")]
public TrackballBorder Border { get; set; }
Property Value
Type | Description |
---|---|
TrackballBorder |
Remarks
Options for displaying and customizing border for individual point in a series.for group whole grouped element border
Fill
Gets or sets the value for fill in which specifies the Color of the trackball tooltip fill.
Declaration
[JsonProperty("fill")]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Color of the trackball tooltip fill.
Mode
Gets or sets the value for Type which specifies the type of the cross hair.It can be trackball or cross hair.
Declaration
[JsonProperty("mode")]
[JsonConverter(typeof(StringEnumConverter))]
public TrackballDisplayMode Mode { get; set; }
Property Value
Type | Description |
---|---|
TrackballDisplayMode |
Remarks
Specifies the type of the cross hair. It can be trackball or cross hair.
Opacity
Gets or sets the value for opacity which specifies the opacity of the line in chart control.
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
opacity of the line.
Rx
Gets or sets the value for rx which specifies the rx of the tooltip in chart control.
Declaration
[JsonProperty("rx")]
public double Rx { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
rx of the tooltip.
Ry
Gets or sets the value for ry which specifies the ry of the tooltip in chart control.
Declaration
[JsonProperty("ry")]
public double Ry { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
ry of the tooltip.
TooltipTemplate
Gets or sets the tooltip template for crosshair which specifies the Crosshair tooltip template.
Declaration
[JsonProperty("tooltipTemplate")]
public string TooltipTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Crosshair tooltip template