New to Telerik UI for WinForms? Start a free 30-day trial
Properties
Updated over 1 year ago
| Property | Description |
|---|---|
| Series | Allows you to get se the series |
| Axes | Gets the Axes collection |
| ShowToolTip | Enable or disable ToolTip controller in RadSparkline. |
| ShowMarkers | Gets or sets whether the points markers will be painted. |
| EmptyPointBehavior | Controls what happens with the null values. The possible values are ShowAsBlank and ShowAsZero. |
| ShowHighPointIndicator | Gets or sets whether the high point marker will be painted. |
| ShowLowPointIndicator | Gets or sets whether the low point indicator will be painted. |
| ShowFirstPointIndicator | Gets or sets whether the first point indicator will be painted. |
| ShowLastPointIndicator | Gets or sets whether the last point indicator will be painted. |
| ShowNegativePointIndicators | Gets or sets whether the negative point markers will be painted. |
| ShowAxis | Shows or hides the horizontal axis in the sparkline. |
| AxisDrawMode | Gets or sets whether the horizontal axis will be painted on top of the series. |
Methods
| Method | Description |
|---|---|
| Refresh | Refreshes the layout of the RadSparkline control. |
| SuspendRefresh | Suspends the layout property notifications. |
| ResumeRefresh | Resumes the layout property notifications. |
Events
| Event | Description |
|---|---|
| CreateRenderer | Allows you to replace the default renderer with a custom one. |
| PaintSparkStroke | Fires when a spark line will be painted using a specific Pen. |
| PaintSparkFill | Fires when a spark fill will be painted using a specific solid brush. |