Skip to main content
A newer version of this page is available. .

TimeIntervalModel.StartHour Property

Gets or sets the TimeInterval.StartHour property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public int StartHour { get; set; }

Property Value

Type Description
Int32

The hour component, expressed as a value between 0 and 23.

See Also