Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public ExcelChartType DestinationType { get; set; }
Public Property DestinationType As ExcelChartType Get Set
public: property ExcelChartType DestinationType { ExcelChartType get (); void set (ExcelChartType value); }
member DestinationType : ExcelChartType with get, set