Click or drag to resize

RectFillStyle Enumeration

LightningChart .NET Help
Rectangle fill style.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum RectFillStyle
Members
  Member nameValueDescription
None0 No fill.
ColorOnly1 Color, gradient or solid.
Bitmap2 Bitmap is drawn op top of the gradient color.
ColorOverBitmap3 Gradient color is drawn on top of the Bitmap.
See Also