XlsChart ChartType Property |
Namespace: Spire.Xls.Core.Spreadsheet.Charts
public ExcelChartType ChartType { get; set; }
Public Property ChartType As ExcelChartType Get Set
public: virtual property ExcelChartType ChartType { ExcelChartType get () sealed; void set (ExcelChartType value) sealed; }
abstract ChartType : ExcelChartType with get, set override ChartType : ExcelChartType with get, set