Back to Devexpress

DxSparkline Properties

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

latest4.7 KB
Original Source

DxSparkline Properties

A component that visualizes value trends as an inline graph.

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.

See Also

DxSparkline Class

DxSparkline Members

DevExpress.Blazor Namespace