Chart
The Chart
class, a versatile component within the OpenXMLOffice.Spreadsheet
library, empowers developers to seamlessly integrate various types of charts into Excel spreadsheet. This class supports multiple chart types and configurations, allowing users to add new charts to a sheet with dynamic and data-driven visualizations.
Basic Code Samples
For each chart family ChartSetting<ExcelSetting>
have its releavent options and settings for customization.
ChartSetting<ExcelSetting>
Options
ChartSetting<ExcelSetting>
OptionsThis section outlines the options available when configuring charts with ChartSetting
using ExcelSetting
parameters.
ExcelSetting
Options
ExcelSetting
OptionsAnchorPosition
Options
AnchorPosition
OptionsChartDataSetting
Options
ChartDataSetting
OptionsChartGridLinesOptions
Options
ChartGridLinesOptions
OptionsChartLegendOptions
Options
ChartLegendOptions
OptionsChartDataLabel
Options
ChartDataLabel
OptionsThis is base data label class extended by each chart type to give more specific/relavent options
AdvancedDataLabel
Options (2013)
AdvancedDataLabel
Options (2013)ChartAxesOptions
Options
ChartAxesOptions
OptionsThis properties give control over the X and Y axes. (Relate placement based on your chart option)
ChartSeriesSetting
Options
ChartSeriesSetting
OptionsChartDataPointSettings
Options
ChartDataPointSettings
Options