Back to Devexpress

TimeSpanGridAlignment Enum

corelibraries-devexpress-dot-xtracharts-ebd31527.md

latest2.9 KB
Original Source

TimeSpanGridAlignment Enum

Lists the values that specify the time-span measurement unit that is used to align gridlines and labels.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum TimeSpanGridAlignment
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum TimeSpanGridAlignment

Members

NameDescription
Millisecond

Specifies millisecond as the time-span unit to which axis grid lines should be aligned.

| | Second |

Specifies second as the time-span unit to which axis grid lines should be aligned.

| | Minute |

Specifies minute as the time-span unit to which axis grid lines should be aligned.

| | Hour |

Specifies hour as the time-span unit to which axis grid lines should be aligned.

| | Day |

Specifies day as the time-span unit to which axis grid lines should be aligned.

|

The following properties accept/return TimeSpanGridAlignment values:

LibraryRelated API Members
Cross-Platform Class LibraryChartRangeControlClientTimeSpanGridOptions.GridAlignment
ChartRangeControlClientTimeSpanGridOptions.SnapAlignment
TimeSpanScaleOptions.GridAlignment
WinForms ControlsChartRangeControlClientTimeSpanGridOptionsModel.GridAlignment
ChartRangeControlClientTimeSpanGridOptionsModel.SnapAlignment
TimeSpanScaleOptionsModel.GridAlignment

Remarks

Use the TimeSpanGridAlignment enumeration values to specify the TimeSpanScaleOptions.GridAlignment property.

See Also

DevExpress.XtraCharts Namespace