XlsChart DestinationType Property |
Namespace: Spire.Xls.Core.Spreadsheet.Charts
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