# Type alias SeriesChartType

SeriesChartType: "auto" | "line" | "spline" | "areaspline" | "bar" | "area" | "column" | "scatter"

Series chart type, which is used with StyledMeasureColumn to customize series in a mixed chart.