Class SeriesDialogContent
Represents the content of the SeriesDialog.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class SeriesDialogContent : SeriesDialogContentBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IRadSpreadsheetDialogContent<SeriesDialogContext>, IRadSpreadsheetDialogContent
Constructors
SeriesDialogContent()
Initializes a new instance of the SeriesDialogContent class.
Declaration
public SeriesDialogContent()
Properties
DateUnit
Gets or sets the date unit.
Declaration
public DateUnitType DateUnit { get; set; }
Property Value
|
DateUnitType
The date unit. |
IsDateUnitEnabled
Gets or sets a value indicating whether the date unit is enabled.
Declaration
public bool IsDateUnitEnabled { get; set; }
Property Value
|
System.Boolean
The value indicating whether the date unit is enabled. |
IsTextBoxesEnabled
Gets or sets a value indicating whether the text boxes are enabled.
Declaration
public bool IsTextBoxesEnabled { get; set; }
Property Value
|
System.Boolean
The value indicating whether the text boxes are enabled. |
IsTrend
Gets or sets a value indicating whether trend should be used.
Declaration
public bool IsTrend { get; set; }
Property Value
|
System.Boolean
The value indicating whether trend should be used. |
SeriesOrientation
Gets or sets the series orientation.
Declaration
public CellOrientation SeriesOrientation { get; set; }
Property Value
|
CellOrientation
The series orientation. |
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 double? StopValue { get; set; }
Property Value
|
System.Nullable<System.Double>
The stop value. |
Type
Gets or sets the series type.
Declaration
public SeriesType Type { get; set; }
Property Value
|
SeriesType
The series type. |
Methods
AttachTypeEvents()
Declaration
public void AttachTypeEvents()
DettachTypeEvents()
Declaration
public void DettachTypeEvents()
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
|
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
OnKeyDown(KeyEventArgs)
Invoked when an unhandled System.Windows.Input.Keyboard.KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
|
System.Windows.Forms.KeyEventArgs
e
The System.Windows.Input.KeyEventArgs that contains the event data. |
OnMouseUp(MouseEventArgs)
Invoked when an unhandled System.Windows.UIElement.MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
|
System.Windows.Forms.MouseEventArgs
e
The System.Windows.Input.MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was released. |
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()