Skip to main content

TimeIntervalModel.EndMinute Property

Gets or sets the TimeInterval.EndMinute 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 EndMinute { get; set; }

Property Value

Type Description
Int32

The minute component, expressed as a value between 0 and 59.

See Also