Home
last modified time | relevance | path

Searched refs:axisValuesType (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DAxisScrollZoom.cs1636 ChartValueType axisValuesType, in ConvertDateTimeToString() argument
1643 if (axisValuesType == ChartValueType.DateTime || in ConvertDateTimeToString()
1644 axisValuesType == ChartValueType.Time || in ConvertDateTimeToString()
1645 axisValuesType == ChartValueType.Date || in ConvertDateTimeToString()
1646 axisValuesType == ChartValueType.DateTimeOffset) in ConvertDateTimeToString()
1667 if (axisValuesType == ChartValueType.DateTimeOffset && strValue != null) in ConvertDateTimeToString()