Enum RectFillStyle
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Rectangle fill style.
public enum RectFillStyle
Fields
Bitmap = 2Bitmap is drawn op top of the gradient color.
ColorOnly = 1Color, gradient or solid.
ColorOverBitmap = 3Gradient color is drawn on top of the Bitmap.
None = 0No fill.