Class SparklineProeprties
Inherited Members
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class SparklineProeprties : EJTagHelper
Constructors
SparklineProeprties()
Declaration
public SparklineProeprties()
Properties
AxisLineSettings
Gets or sets the value for axis.
Declaration
[JsonProperty("axisLineSettings")]
public AxisLineSettings AxisLineSettings { get; set; }
Property Value
Type | Description |
---|---|
AxisLineSettings |
Remarks
Specifies options to customize the axis.
Background
Gets or sets the value for background.
Declaration
[JsonProperty("background")]
public string Background { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies options to customize the background.
Border
Gets or sets the value for border.
Declaration
[JsonProperty("border")]
public SparklineBorder Border { get; set; }
Property Value
Type | Description |
---|---|
SparklineBorder |
Remarks
Specifies options to customize the border.
Click
Gets or sets the event handler name for client-side click event.
Declaration
[JsonProperty("click")]
public string Click { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Fires after clicking the sparkline.
DataSource
Gets or sets the value for dataSource.
Declaration
[HtmlAttributeName("datasource")]
[JsonConverter(typeof(DataManagerConverter))]
[JsonProperty("dataSource")]
public object DataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Remarks
Controls whether sprkline source;
DoubleClick
Gets or sets the event handler name for client-side double click event.
Declaration
[JsonProperty("doubleClick")]
public string DoubleClick { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Fires after double clicking the sparkline.
EnableCanvasRendering
Gets or sets the value for EnableCanvasRendering.
Declaration
[JsonProperty("enableCanvasRendering")]
public bool EnableCanvasRendering { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Controls whether Sparkline has to be rendered as Canvas or SVG. Canvas rendering supports all functionalities.
EndPointColor
Gets or sets the value for endColor.
Declaration
[JsonProperty("endPointColor")]
public string EndPointColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies options to customize the endColor.
Fill
Gets or sets the value for fill.
Declaration
[JsonProperty("fill")]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Controls whether sprkline fill;
HighPointColor
Gets or sets the value for highColor.
Declaration
[JsonProperty("highPointColor")]
public string HighPointColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies options to customize the highColor.
IsResponsive
Gets or sets the value for isResponsive.
Declaration
[JsonProperty("isResponsive")]
public bool IsResponsive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Controls whether Sparkline has to be isResponsive.
Load
Gets or sets the value for Load event.
Declaration
[JsonProperty("load")]
public string Load { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Fires before loading the sparkline.
Loaded
Gets or sets the value for Loaded event.
Declaration
[JsonProperty("loaded")]
public string Loaded { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Fires before loading the Sparkline.
LowPointColor
Gets or sets the value for lowColor.
Declaration
[JsonProperty("lowPointColor")]
public string LowPointColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies options to customize the lowColor.
MarkerSettings
Gets or sets the value for marker.
Declaration
[JsonProperty("markerSettings")]
public MarkerSettings MarkerSettings { get; set; }
Property Value
Type | Description |
---|---|
MarkerSettings |
Remarks
Specifies options to customize the marker.
NegativePointColor
Gets or sets the value for negativeColor.
Declaration
[JsonProperty("negativePointColor")]
public string NegativePointColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies options to customize the negativeColor.
Opacity
Gets or sets the value for opacity.
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Controls whether sprkline opacity;
Padding
Gets or sets the value for padding.
Declaration
[JsonProperty("padding")]
public double Padding { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Controls whether sprkline diemension padding;
Palette
Gets or sets the value for pie point fill.
Declaration
[JsonProperty("palette")]
public string[] Palette { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
Remarks
Controls whether sprkline pie point fill;
PointRegionMouseClick
Gets or sets the value for pointRegionMouseClick event.
Declaration
[JsonProperty("pointRegionMouseClick")]
public string PointRegionMouseClick { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Fires before loading the Sparkline.
PointRegionMouseMove
Gets or sets the value for pointRegionMouseMove event.
Declaration
[JsonProperty("pointRegionMouseMove")]
public string PointRegionMouseMove { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Fires before loading the Sparkline.
RangeBandSettings
Gets or sets the value for range band settings.
Declaration
[JsonProperty("rangeBandSettings")]
public RangeBandSettings RangeBandSettings { get; set; }
Property Value
Type | Description |
---|---|
RangeBandSettings |
Remarks
Specifies options to customize the range band settings.
RightClick
Gets or sets the event handler name for client-side right click event.
Declaration
[JsonProperty("rightClick")]
public string RightClick { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Fires after right clicking the sparkline.
SeriesRendering
Gets or sets the value for seriesRendering event.
Declaration
[JsonProperty("seriesRendering")]
public string SeriesRendering { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Fires before seriesRendering the Sparkline.
Size
Gets or sets the value for size.
Declaration
[JsonProperty("size")]
public SparkSize Size { get; set; }
Property Value
Type | Description |
---|---|
SparkSize |
Remarks
Specifies options to customize the size.
SparklineMouseLeave
Gets or sets the value for sparklineMouseLeave event.
Declaration
[JsonProperty("sparklineMouseLeave")]
public string SparklineMouseLeave { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Fires before loading the Sparkline.
SparklineMouseMove
Gets or sets the value for sparklineMouseMove event.
Declaration
[JsonProperty("sparklineMouseMove")]
public string SparklineMouseMove { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Fires before loading the Sparkline.
StartPointColor
Gets or sets the value for startColor.
Declaration
[JsonProperty("startPointColor")]
public string StartPointColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies options to customize the startColor.
Stroke
Gets or sets the value for stroke.
Declaration
[JsonProperty("stroke")]
public string Stroke { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Controls whether sprkline stroke;
Theme
Gets or sets the value for theme.
Declaration
[JsonProperty("theme")]
[JsonConverter(typeof(StringEnumConverter))]
public SparkTheme Theme { get; set; }
Property Value
Type | Description |
---|---|
SparkTheme |
Remarks
Controls whether sprkline theme;
Tooltip
Gets or sets the value for tooltip.
Declaration
[JsonProperty("tooltip")]
public SparklineTooltip Tooltip { get; set; }
Property Value
Type | Description |
---|---|
SparklineTooltip |
Remarks
Specifies options to customize the tooltip.
TooltipInitialize
Gets or sets the value for tooltip event.
Declaration
[JsonProperty("tooltipInitialize")]
public string TooltipInitialize { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Fires before toolitp render the Sparkline.
Type
Gets or sets the value for type.
Declaration
[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public SparklineType Type { get; set; }
Property Value
Type | Description |
---|---|
SparklineType |
Remarks
Controls whether sprkline type;
Width
Gets or sets the value for width.
Declaration
[JsonProperty("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Controls whether sprkline width;
XName
Gets or sets the value for xName.
Declaration
[JsonProperty("xName")]
public string XName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Controls whether sprkline diemension xName;
YName
Gets or sets the value for yName.
Declaration
[JsonProperty("yName")]
public string YName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Controls whether sprkline diemension yName;
Methods
GetControlDetails()
Declaration
protected override object GetControlDetails()
Returns
Type | Description |
---|---|
System.Object |