Class Sparkline
Inheritance
System.Object
Sparkline
Assembly: Syncfusion.EJ2.dll
Syntax
public class Sparkline : EJTagHelper
Constructors
Sparkline()
Declaration
Properties
AxisRendering
Triggers before sparkline axis render.
Declaration
public string AxisRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
AxisSettings
To configure Sparkline container area customization.
Declaration
public SparklineAxisSettings AxisSettings { get; set; }
Property Value
Border
To configure Sparkline points border color and width.
Declaration
public SparklineSparklineBorder Border { get; set; }
Property Value
ClassName
Declaration
protected override string ClassName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
ContainerArea
To configure Sparkline container area customization.
Declaration
public SparklineContainerArea ContainerArea { get; set; }
Property Value
DataLabelRendering
Triggers before the sparkline datalabel render.
Declaration
public string DataLabelRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
DataLabelSettings
To configure Sparkline dataLabel configuration.
Declaration
public SparklineSparklineDataLabelSettings DataLabelSettings { get; set; }
Property Value
DataSource
To configure sparkline data source.
Declaration
public object DataSource { get; set; }
Property Value
Type |
Description |
System.Object |
|
EnablePersistence
Enable or disable persisting component's state between page reloads.
Declaration
public bool EnablePersistence { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRtl
Enable or disable rendering component in right to left direction.
Declaration
public bool EnableRtl { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EndPointColor
To configure sparkline series last x value point color.
Declaration
public string EndPointColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Fill
To configure sparkline series fill.
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
To apply internationalization for sparkline.
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
Height
To configure Sparkline height.
Declaration
public string Height { get; set; }
Property Value
Type |
Description |
System.String |
|
HighPointColor
To configure sparkline series highest y value point color.
Declaration
public string HighPointColor { get; set; }
Property Value
Type |
Description |
System.String |
|
HtmlAttributes
Allows additional HTML attributes such as title, name, etc., and
accepts n number of attributes in a key-value pair format.
Declaration
public object HtmlAttributes { get; set; }
Property Value
Type |
Description |
System.Object |
|
IsFor
Declaration
protected override bool IsFor { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
LineWidth
To configure sparkline line series width.
Declaration
public double LineWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Load
Triggers before sparkline render.
Declaration
public string Load { get; set; }
Property Value
Type |
Description |
System.String |
|
Loaded
Triggers after sparkline rendered.
Declaration
public string Loaded { get; set; }
Property Value
Type |
Description |
System.String |
|
Locale
Overrides the global culture and localization value for this component. Default global culture is 'en-US'.
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
LowPointColor
To configure sparkline series lowest y value point color.
Declaration
public string LowPointColor { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkerRendering
Triggers before the sparkline marker render.
Declaration
public string MarkerRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkerSettings
To configure Sparkline marker configuration.
Declaration
public SparklineSparklineMarkerSettings MarkerSettings { get; set; }
Property Value
NameSpace
Declaration
protected override string NameSpace { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
NegativePointColor
To configure sparkline series negative y value point color.
Declaration
public string NegativePointColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Opacity
To configure sparkline line series opacity.
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Padding
To configure Sparkline container area customization.
Declaration
public SparklinePadding Padding { get; set; }
Property Value
Palette
To configure sparkline series color palette. It applicable to column and pie type series.
Declaration
public string[] Palette { get; set; }
Property Value
Type |
Description |
System.String[] |
|
PointRegionMouseClick
Triggers while mouse click on the sparkline point region.
Declaration
public string PointRegionMouseClick { get; set; }
Property Value
Type |
Description |
System.String |
|
PointRegionMouseMove
Triggers while mouse move on the sparkline point region.
Declaration
public string PointRegionMouseMove { get; set; }
Property Value
Type |
Description |
System.String |
|
PointRendering
Triggers before sparkline points render.
Declaration
public string PointRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
Query
Specifies the query for filter the data.
Declaration
public string Query { get; set; }
Property Value
Type |
Description |
System.String |
|
RangeBandSettings
To configure Sparkline axis line customization.
Declaration
public List<SparklineRangeBandSetting> RangeBandSettings { get; set; }
Property Value
RangePadding
To configure Sparkline series type.
Declaration
public SparklineRangePadding RangePadding { get; set; }
Property Value
Resize
Triggers on resizing the sparkline.
Declaration
public string Resize { get; set; }
Property Value
Type |
Description |
System.String |
|
SeriesRendering
Triggers before sparkline series render.
Declaration
public string SeriesRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
SparklineMouseClick
Triggers while mouse click on the sparkline container.
Declaration
public string SparklineMouseClick { get; set; }
Property Value
Type |
Description |
System.String |
|
SparklineMouseMove
Triggers while mouse move on the sparkline container.
Declaration
public string SparklineMouseMove { get; set; }
Property Value
Type |
Description |
System.String |
|
StartPointColor
To configure sparkline series first x value point color.
Declaration
public string StartPointColor { get; set; }
Property Value
Type |
Description |
System.String |
|
TagName
Declaration
protected override string TagName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Theme
To configure sparkline theme.
Declaration
public SparklineTheme Theme { get; set; }
Property Value
TiePointColor
To configure sparkline winloss series tie y value point color.
Declaration
public string TiePointColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Triggers before sparkline tooltip render.
Declaration
public string TooltipInitialize { get; set; }
Property Value
Type |
Description |
System.String |
|
To configure Sparkline tooltip settings.
Declaration
public SparklineSparklineTooltipSettings TooltipSettings { get; set; }
Property Value
Type
To configure Sparkline series type.
Declaration
public SparklineType Type { get; set; }
Property Value
UseGroupingSeparator
Declaration
public bool UseGroupingSeparator { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ValueType
To configure sparkline series value type.
Declaration
public SparklineValueType ValueType { get; set; }
Property Value
Width
To configure Sparkline width.
Declaration
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|
XName
To configure sparkline series xName.
Declaration
public string XName { get; set; }
Property Value
Type |
Description |
System.String |
|
YName
To configure sparkline series yName.
Declaration
public string YName { get; set; }
Property Value
Type |
Description |
System.String |
|