Interface ISparkline
The interface specifies the properties of the sparkline component.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public interface ISparkline
Properties
EnableGroupingSeparator
Grouping seperator for the sparkline.
Declaration
bool EnableGroupingSeparator { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableRtl
Enable right to left rendering of the sparkline.
Declaration
bool EnableRtl { get; set; }
Property Value
Type |
---|
System.Boolean |
EndPointColor
End point color customizations for the sparkline.
Declaration
string EndPointColor { get; set; }
Property Value
Type |
---|
System.String |
Fill
Fill color customization for the sparkline.
Declaration
string Fill { get; set; }
Property Value
Type |
---|
System.String |
Format
Label format for the sparkline.
Declaration
string Format { get; set; }
Property Value
Type |
---|
System.String |
Height
Height customization for the sparkline.
Declaration
string Height { get; set; }
Property Value
Type |
---|
System.String |
HighPointColor
HighPointColor customizations for the sparkline.
Declaration
string HighPointColor { get; set; }
Property Value
Type |
---|
System.String |
ID
Set the id string for the bullet chart component.
Declaration
string ID { get; set; }
Property Value
Type |
---|
System.String |
LineWidth
LineWidth customizations for the sparkline.
Declaration
double LineWidth { get; set; }
Property Value
Type |
---|
System.Double |
LowPointColor
LowPointColor customizations for the sparkline.
Declaration
string LowPointColor { get; set; }
Property Value
Type |
---|
System.String |
NegativePointColor
Negative point color customizations for the sparkline.
Declaration
string NegativePointColor { get; set; }
Property Value
Type |
---|
System.String |
Opacity
Opacity for the series.
Declaration
double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
Palette
Palete for the sparkline.
Declaration
string[] Palette { get; set; }
Property Value
Type |
---|
System.String[] |
Query
Query to be performed in the dataSource of the sparkline.
Declaration
Query Query { get; set; }
Property Value
Type |
---|
Query |
RangePadding
Range padding for the sparkline y axis.
Declaration
SparklineRangePadding RangePadding { get; set; }
Property Value
Type |
---|
SparklineRangePadding |
StartPointColor
Customization of startPoint color for the sparkline chart.
Declaration
string StartPointColor { get; set; }
Property Value
Type |
---|
System.String |
Theme
Theme customization for the sparkline .
Declaration
Theme Theme { get; set; }
Property Value
Type |
---|
Theme |
TiePointColor
Customization of TiePointColor .
Declaration
string TiePointColor { get; set; }
Property Value
Type |
---|
System.String |
Type
Series type for the sparkline.
Declaration
SparklineType Type { get; set; }
Property Value
Type |
---|
SparklineType |
ValueType
valueType customization for the sparkline.
Declaration
SparklineValueType ValueType { get; set; }
Property Value
Type |
---|
SparklineValueType |
Width
Customization of width for the sparkline.
Declaration
string Width { get; set; }
Property Value
Type |
---|
System.String |
XName
XName field mapping for the sparkline datasource.
Declaration
string XName { get; set; }
Property Value
Type |
---|
System.String |
YName
YName field mapping for the sparkline datasource.
Declaration
string YName { get; set; }
Property Value
Type |
---|
System.String |