Table of Contents

Enum RectFillStyle

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Rectangle fill style.

public enum RectFillStyle

Fields

Bitmap = 2

Bitmap is drawn op top of the gradient color.

ColorOnly = 1

Color, gradient or solid.

ColorOverBitmap = 3

Gradient color is drawn on top of the Bitmap.

None = 0

No fill.