Class
SeriesDialogContext

Represents context for the SeriesDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class SeriesDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextSeriesDialogContext

Inherited Members RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

SeriesDialogContext(RadWorksheetEditor)

Initializes a new instance of the SeriesDialogContext class.

Declaration

cs-api-definition
public SeriesDialogContext(RadWorksheetEditor worksheetEditor)

Parameters

worksheetEditor

RadWorksheetEditor

The worksheet editor.

Properties

DateUnitType

Gets or sets the type of the date unit.

Declaration

cs-api-definition
public DateUnitType DateUnitType { get; set; }

Property Value

DateUnitType

The type of the date unit.

IsTrend

Gets or sets a value indicating whether trend will be used.

Declaration

cs-api-definition
public bool IsTrend { get; set; }

Property Value

bool

The value indicating whether trend will be used.

SeriesOrientation

Gets or sets the series orientation.

Declaration

cs-api-definition
public CellOrientation SeriesOrientation { get; set; }

Property Value

CellOrientation

The series orientation.

SeriesType

Gets or sets the type of the series.

Declaration

cs-api-definition
public SeriesType SeriesType { get; set; }

Property Value

SeriesType

The type of the series.

StepValue

Gets or sets the step value.

Declaration

cs-api-definition
public double StepValue { get; set; }

Property Value

double

The step value.

StopValue

Gets or sets the stop value.

Declaration

cs-api-definition
public double? StopValue { get; set; }

Property Value

double?

The stop value.

Methods

ApplyChanges()

Applies the changes.

Declaration

cs-api-definition
public void ApplyChanges()