Table of Contents

ExcelChart.Style Property

This is a number between 1 and 48 which defines many standard properties for the chart, like the default line width for the series or the legend. The default style is 2.

Syntax

Namespace: FlexCel.Core

public abstract ChartStyle Style { get; set; }

See also