Back to Devexpress

DxSparkline Members

blazor-devexpress-dot-blazor-dot-dxsparkline-dot-underscore-members.md

latest7.5 KB
Original Source

DxSparkline Members

A component that visualizes value trends as an inline graph.

Constructors

NameDescription
DxSparkline()Initializes a new instance of the DxSparkline class.

Properties

NameDescription
ArgumentFieldNameSpecifies the data source field that populates arguments for series points.
BarNegativeColorSpecifies the color of negative values in Bar series.
BarPositiveColorSpecifies the color of positive values in Bar series.
BreakOnEmptyPointsSpecifies whether the series should break on points with null values.
CssClassAssigns a CSS class to the DxSparkline component.
DataSpecifies an object that supplies Sparkline data.
EnabledSpecifies whether the Sparkline component responds to user interaction.
FirstLastColorSpecifies the color of the first and last series points. This applies if the ShowFirstLast property is enabled.
HeightSpecifies the component height.
IdSpecifies the component’s unique identifier.
LineColorSpecifies the series color. Does not apply to Bar and WinLoss series types.
LineWidthSpecifies the line width. Does not apply to Bar and WinLoss series types.
LossColorSpecifies the color of bars that indicate values below the threshold in WinLoss series.
MaxColorSpecifies the color for a series point with the maximum value. Applies if the ShowMinMax property is enabled.
MaxValueSpecifies the component’s maximum value.
MinColorSpecifies the color for a series point with the minimum value. Applies if the ShowMinMax property is enabled.
MinValueSpecifies the component’s minimum value.
PointColorSpecifies the inner color for series points. Does not apply to Bar and WinLoss series types.
PointSizeSpecifies the point size. Does not apply to Bar and WinLoss series types.
PointSymbolSpecifies the shape of point markers. Does not apply to Bar and WinLoss series types.
ShowFirstLastSpecifies whether the component highlights first and last series points.
ShowMinMaxSpecifies whether the component highlights points with minimum and maximum values.
TypeSpecifies the sparkline type.
ValueFieldNameSpecifies the data source field that populates values for series points.
WidthSpecifies the component width.
WinColorSpecifies the color for bars that indicate values above the threshold value in WinLoss series.
WinLossThresholdSpecifies the threshold value for WinLoss series.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
ExportToAsync(String, DataExportFormat)Exports sparkline data to a file in the specified format.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetSvgMarkupAsync()Gets the component’s SVG markup.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
PrintAsync()Invokes the browser’s Print dialog.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
ExportedFires after the Sparkline is exported.
RenderedFires after the Sparkline is rendered.

See Also

DxSparkline Class

DevExpress.Blazor Namespace