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 Series
Declaration
public SeriesDialogContext(RadWorksheetEditor worksheetEditor)
Parameters
Rad The worksheet editor. |
Properties
DateUnitType
Gets or sets the type of the date unit.
Declaration
public DateUnitType DateUnitType { get; set; }
Property Value
Telerik. 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. The value indicating whether trend will be used. |
SeriesOrientation
Gets or sets the series orientation.
Declaration
public CellOrientation SeriesOrientation { get; set; }
Property Value
Telerik. The series orientation. |
SeriesType
Gets or sets the type of the series.
Declaration
public SeriesType SeriesType { get; set; }
Property Value
Series The type of the series. |
StepValue
Gets or sets the step value.
Declaration
public double StepValue { get; set; }
Property Value
System. The step value. |
StopValue
Gets or sets the stop value.
Declaration
public Nullable<double> StopValue { get; set; }
Property Value
System. The stop value. |
Methods
ApplyChanges()
Applies the changes.
Declaration
public void ApplyChanges()