Enum BOBChartMixedSeriesType
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 = 2Area - line + filled region below.
Bar = 0Vertical bar - categorical / discrete distribution.
Line = 1Line - continuous trend.