RectFillStyle Enumeration |
LightningChart .NET Help
Rectangle fill style.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum RectFillStyle
Public Enumeration RectFillStyle
public enum class RectFillStyle
Members|
| Member name | Value | Description |
|---|
| None | 0 |
No fill.
|
| ColorOnly | 1 |
Color, gradient or solid.
|
| Bitmap | 2 |
Bitmap is drawn op top of the gradient color.
|
| ColorOverBitmap | 3 |
Gradient color is drawn on top of the Bitmap.
|
See Also