[]
Initializes a new instance of the SpreadChartUndoAction class.
public SpreadChartUndoAction(SpreadChart chart, ChartModel targetModel)
Public Sub New(chart As SpreadChart, targetModel As ChartModel)
| Type | Name | Description |
|---|---|---|
| SpreadChart | chart | The chart. |
| ChartModel | targetModel | New type of the chart. |
Initializes a new instance of the SpreadChartUndoAction class.
public SpreadChartUndoAction(SpreadChart chart, ChartModel targetModel, ChartViewType viewType)
Public Sub New(chart As SpreadChart, targetModel As ChartModel, viewType As ChartViewType)
| Type | Name | Description |
|---|---|---|
| SpreadChart | chart | The chart. |
| ChartModel | targetModel | The target model. |
| ChartViewType | viewType | Type of the view. |
Initializes a new instance of the SpreadChartUndoAction class.
public SpreadChartUndoAction(SpreadChart chart, Series sourceSeries, ChartModel targetSeriesModel, ChartViewType viewType)
Public Sub New(chart As SpreadChart, sourceSeries As Series, targetSeriesModel As ChartModel, viewType As ChartViewType)
| Type | Name | Description |
|---|---|---|
| SpreadChart | chart | The chart. |
| Series | sourceSeries | The source series. |
| ChartModel | targetSeriesModel | |
| ChartViewType | viewType | Type of the view. |
Initializes a new instance of the SpreadChartUndoAction class.
public SpreadChartUndoAction(SpreadChart chart, SheetCellRange category, SheetCellRange seriesName, SheetCellRange data)
Public Sub New(chart As SpreadChart, category As SheetCellRange, seriesName As SheetCellRange, data As SheetCellRange)
| Type | Name | Description |
|---|---|---|
| SpreadChart | chart | The chart. |
| SheetCellRange | category | The category. |
| SheetCellRange | seriesName | Name of the series. |
| SheetCellRange | data | The data. |
Initializes a new instance of the SpreadChartUndoAction class.
public SpreadChartUndoAction(SpreadChart chart, ChartModel newModel, SpreadChartUndoAction.ActionType actionType)
Public Sub New(chart As SpreadChart, newModel As ChartModel, actionType As SpreadChartUndoAction.ActionType)
| Type | Name | Description |
|---|---|---|
| SpreadChart | chart | The chart. |
| ChartModel | newModel | The new model. |
| SpreadChartUndoAction.ActionType | actionType | Type of the action. |
Initializes a new instance of the SpreadChartUndoAction class.
public SpreadChartUndoAction(SpreadChart chart, ChartModel newModel, ChartViewType viewType, SpreadChartUndoAction.ActionType actionType)
Public Sub New(chart As SpreadChart, newModel As ChartModel, viewType As ChartViewType, actionType As SpreadChartUndoAction.ActionType)
| Type | Name | Description |
|---|---|---|
| SpreadChart | chart | The chart. |
| ChartModel | newModel | The new model. |
| ChartViewType | viewType | Type of the view. |
| SpreadChartUndoAction.ActionType | actionType | Type of the action. |
Initializes a new instance of the SpreadChartUndoAction class.
public SpreadChartUndoAction(SpreadChart chart, ChartModel newModel, ChartDataSetting newDataSetting, SpreadChartUndoAction.ActionType actionType)
Public Sub New(chart As SpreadChart, newModel As ChartModel, newDataSetting As ChartDataSetting, actionType As SpreadChartUndoAction.ActionType)
| Type | Name | Description |
|---|---|---|
| SpreadChart | chart | The chart. |
| ChartModel | newModel | The new model. |
| ChartDataSetting | newDataSetting | The data setting. |
| SpreadChartUndoAction.ActionType | actionType | Type of the action. |
Initializes a new instance of the SpreadChartUndoAction class.
public SpreadChartUndoAction(SpreadChart chart, ChartViewType chartViewType)
Public Sub New(chart As SpreadChart, chartViewType As ChartViewType)
| Type | Name | Description |
|---|---|---|
| SpreadChart | chart | The chart. |
| ChartViewType | chartViewType | Type of the chart view. |
Initializes a new instance of the SpreadChartUndoAction class.
public SpreadChartUndoAction(SpreadChart chart, SpreadChartUndoAction.ActionType actionType)
Public Sub New(chart As SpreadChart, actionType As SpreadChartUndoAction.ActionType)
| Type | Name | Description |
|---|---|---|
| SpreadChart | chart | The chart. |
| SpreadChartUndoAction.ActionType | actionType | Type of the action. |
Initializes a new instance of the SpreadChartUndoAction class.
public SpreadChartUndoAction(SpreadChart chart, string newSheetName, int newSheetIndex, bool createNew)
Public Sub New(chart As SpreadChart, newSheetName As String, newSheetIndex As Integer, createNew As Boolean)
| Type | Name | Description |
|---|---|---|
| SpreadChart | chart | The chart. |
| string | newSheetName | New name of the sheet. |
| int | newSheetIndex | |
| bool | createNew | if set to |
Initializes a new instance of the SpreadChartUndoAction class.
public SpreadChartUndoAction(ChartShape chart, Rectangle newBounds)
Public Sub New(chart As ChartShape, newBounds As Rectangle)
| Type | Name | Description |
|---|---|---|
| ChartShape | chart | The chart. |
| Rectangle | newBounds | The new bounds. |
Initializes a new instance of the SpreadChartUndoAction class.
public SpreadChartUndoAction(SheetView sheetView, SpreadChart chart, Rectangle newBounds)
Public Sub New(sheetView As SheetView, chart As SpreadChart, newBounds As Rectangle)
| Type | Name | Description |
|---|---|---|
| SheetView | sheetView | |
| SpreadChart | chart | The chart. |
| Rectangle | newBounds | The new bounds. |