Class SeriesDialogContext
Represents context for the SeriesDialog.
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class SeriesDialogContext : RadSpreadsheetDialogContext
Constructors
SeriesDialogContext(RadWorksheetEditor)
Initializes a new instance of the SeriesDialogContext class.
Declaration
public SeriesDialogContext(RadWorksheetEditor worksheetEditor)
Parameters
RadWorksheetEditor
worksheetEditor
The worksheet editor. |
Properties
DateUnitType
Gets or sets the type of the date unit.
Declaration
public DateUnitType DateUnitType { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.DateUnitType
The type of the date unit. |
IsTrend
Gets or sets a value indicating whether trend will be used.
Declaration
public bool IsTrend { get; set; }
Property Value
System.Boolean
The value indicating whether trend will be used. |
SeriesOrientation
Gets or sets the series orientation.
Declaration
public CellOrientation SeriesOrientation { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellOrientation
The series orientation. |
SeriesType
Gets or sets the type of the series.
Declaration
public SeriesType SeriesType { get; set; }
Property Value
SeriesType
The type of the series. |
StepValue
Gets or sets the step value.
Declaration
public double StepValue { get; set; }
Property Value
System.Double
The step value. |
StopValue
Gets or sets the stop value.
Declaration
public Nullable<double> StopValue { get; set; }
Property Value
System.Nullable<System.Double>
The stop value. |
Methods
ApplyChanges()
Applies the changes.
Declaration
public void ApplyChanges()