SeriesDialogContext
Class
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
Constructors
Initializes a new instance of the SeriesDialogContext class.
C#
public SeriesDialogContext(RadWorksheetEditor worksheetEditor)
The worksheet editor.
Properties
DateUnitType
DateUnitType
Gets or sets the type of the date unit.
C#
public DateUnitType DateUnitType { get; set; }
The type of the date unit.
Gets or sets a value indicating whether trend will be used.
C#
public bool IsTrend { get; set; }
The value indicating whether trend will be used.
SeriesOrientation
CellOrientation
Gets or sets the series orientation.
C#
public CellOrientation SeriesOrientation { get; set; }
The series orientation.
Gets or sets the type of the series.
C#
public SeriesType SeriesType { get; set; }
The type of the series.
Gets or sets the step value.
C#
public double StepValue { get; set; }
The step value.
Methods
Applies the changes.
C#
public void ApplyChanges()