# Type alias SeriesStyleOptions

SeriesStyleOptions: object

Specific style options to be applied to specific series in Chart. Supported only for cartesian and polar charts.

# Type declaration

# lineWidth

lineWidth?: LineWidth

# Inherit Doc


# markers

markers?: Markers

# Inherit Doc