public ChartSettings( string name, bool showInReport, IReadOnlyList<SerieSettings> seriesSettings )
Parameters
- name
- The name of the chart.
- showInReport
- A boolean that indicates if this chart is shown in report.
- seriesSettings
- The series shown on this chart.