DxSparkline Properties
A component that visualizes value trends as an inline graph.
Name | Description |
---|---|
Argument |
Specifies the data source field that populates arguments for series points. |
Bar |
Specifies the color of negative values in Bar series.
|
Bar |
Specifies the color of positive values in Bar series.
|
Break |
Specifies whether the series should break on points with null values. |
Css |
Assigns a CSS class to the Dx component.
|
Data | Specifies an object that supplies Sparkline data. |
Enabled | Specifies whether the Sparkline component responds to user interaction. |
First |
Specifies the color of the first and last series points. This applies if the Show |
Height | Specifies the component height. |
Id | Specifies the component’s unique identifier. |
Line |
Specifies the series color. Does not apply to Bar and Win series types.
|
Line |
Specifies the line width. Does not apply to Bar and Win series types.
|
Loss |
Specifies the color of bars that indicate values below the threshold in Win series.
|
Max |
Specifies the color for a series point with the maximum value. Applies if the Show |
Max |
Specifies the component’s maximum value. |
Min |
Specifies the color for a series point with the minimum value. Applies if the Show |
Min |
Specifies the component’s minimum value. |
Point |
Specifies the inner color for series points. Does not apply to Bar and Win series types.
|
Point |
Specifies the point size. Does not apply to Bar and Win series types.
|
Point |
Specifies the shape of point markers. Does not apply to Bar and Win series types.
|
Show |
Specifies whether the component highlights first and last series points. |
Show |
Specifies whether the component highlights points with minimum and maximum values. |
Type | Specifies the sparkline type. |
Value |
Specifies the data source field that populates values for series points. |
Width | Specifies the component width. |
Win |
Specifies the color for bars that indicate values above the threshold value in Win series.
|
Win |
Specifies the threshold value for Win series.
|