Skip to main content

TimeIntervalModel.StartHour Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

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