DxSparkline Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
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.
|
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Export |
Exports sparkline data to a file in the specified format. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the component’s SVG markup. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Print |
Invokes the browser’s Print dialog. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Exported | Fires after the Sparkline is exported. |
Rendered | Fires after the Sparkline is rendered. |