ClassSeriesDialogContext
Represents context for the SeriesDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class SeriesDialogContext : RadSpreadsheetDialogContext
Inheritance: objectRadSpreadsheetDialogContextSeriesDialogContext
Inherited Members
Constructors
SeriesDialogContext(RadWorksheetEditor)
Initializes a new instance of the SeriesDialogContext class.
Declaration
public SeriesDialogContext(RadWorksheetEditor worksheetEditor)
Parameters
worksheetEditor
The worksheet editor.
Properties
DateUnitType
Gets or sets the type of the date unit.
Declaration
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
public bool IsTrend { get; set; }
Property Value
The value indicating whether trend will be used.
SeriesOrientation
Gets or sets the series orientation.
Declaration
public CellOrientation SeriesOrientation { get; set; }
Property Value
CellOrientation
The series orientation.
SeriesType
Gets or sets the type of the series.
Declaration
public SeriesType SeriesType { get; set; }
Property Value
The type of the series.
StepValue
Gets or sets the step value.
Declaration
public double StepValue { get; set; }
Property Value
The step value.