Table of Contents

Enum BOBChartMixedSeriesType

Namespace
BlazOrbit.Charts.Enums
Assembly
BlazOrbit.Charts.dll

Per-series chart-type override for BOBMixedChart<TX>. Each series declares which visual representation it uses; the host plot blends all types into a single coordinate space (shared X axis, optional secondary Y axis).

public enum BOBChartMixedSeriesType

Fields

Area = 2

Area - line + filled region below.

Bar = 0

Vertical bar - categorical / discrete distribution.

Line = 1

Line - continuous trend.