New to Telerik UI for WPFStart a free 30-day trial

Represents context for the SeriesDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class SeriesDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextSeriesDialogContext

Inherited Members RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

Initializes a new instance of the SeriesDialogContext class.

C#
public SeriesDialogContext(RadWorksheetEditor worksheetEditor)
Parameters:worksheetEditorRadWorksheetEditor

The worksheet editor.

Properties

DateUnitType

DateUnitType

Gets or sets the type of the date unit.

C#
public DateUnitType DateUnitType { get; set; }
Property Value:

The type of the date unit.

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

C#
public bool IsTrend { get; set; }
Property Value:

The value indicating whether trend will be used.

SeriesOrientation

CellOrientation

Gets or sets the series orientation.

C#
public CellOrientation SeriesOrientation { get; set; }
Property Value:

The series orientation.

Gets or sets the type of the series.

C#
public SeriesType SeriesType { get; set; }
Property Value:

The type of the series.

Gets or sets the step value.

C#
public double StepValue { get; set; }
Property Value:

The step value.

Gets or sets the stop value.

C#
public double? StopValue { get; set; }
Property Value:

The stop value.

Methods

Applies the changes.

C#
public void ApplyChanges()