Skip to content

FillStyle

Namespace: Hex1b.Charts

Assembly: Hex1b.dll

Controls the area fill style for time series charts.

csharp
public enum FillStyle

Fields

Braille

Braille dot fill below the line for a lighter appearance.

Returns: FillStyle

csharp
Braille = 2

None

No area fill — line only.

Returns: FillStyle

csharp
None = 0

Solid

Solid fill using vertical block characters (▁▂▃▄▅▆▇█) below the line.

Returns: FillStyle

csharp
Solid = 1

Released under the MIT License.