Enum SparklineMode
- Namespace
- SharpConsoleUI.Controls
- Assembly
- SharpConsoleUI.dll
Specifies the rendering mode for sparkline bars.
public enum SparklineMode
Fields
Bidirectional = 2Bidirectional mode showing two data series: primary goes up from center, secondary goes down from center. Uses block characters. Useful for network upload/download visualization.
BidirectionalBraille = 3Bidirectional mode using braille patterns for smoother appearance. Primary series goes up from center, secondary goes down from center.
Block = 0Uses 9-level block characters (▁▂▃▄▅▆▇█) for traditional sparkline appearance. This is the default mode with 8 vertical levels per character cell.
Braille = 1Uses braille patterns for a smoother, denser appearance. Provides 5 vertical levels (0-4 dots) using the left column of braille cells.