GridSparklineColumn.ShowStartEndValues Property
Gets or sets whether to display sparkline start/end values.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[DefaultValue(false)]
public bool ShowStartEndValues { get; set; }
<DefaultValue(False)>
Public Property ShowStartEndValues As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true, to display sparkline start/end values; otherwise, false. |
Remarks
The image below shows a sparkline within a grid column with start/end values displayed.
See Also
Feedback