Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DAxisScaleSegments.cs94 private DateTimeIntervalType _intervalType = DateTimeIntervalType.Auto; field in System.Windows.Forms.DataVisualization.Charting.AxisScaleSegment
291 return this._intervalType;
298 this._intervalType = DateTimeIntervalType.Auto;
302 _intervalType = value;
H A DStripLine.cs136 private DateTimeIntervalType _intervalType = DateTimeIntervalType.Auto; field in System.Windows.Forms.DataVisualization.Charting.StripLine
306 …) / ChartHelper.GetIntervalSize(currentPosition, this._interval, this._intervalType, axisSeries, 0… in Paint()
936 return _intervalType;
940 _intervalType = (value != DateTimeIntervalType.NotSet) ? value : DateTimeIntervalType.Auto;
H A DChartAreaCursor.cs143 private DateTimeIntervalType _intervalType = DateTimeIntervalType.Auto; field in System.Windows.Forms.DataVisualization.Charting.Cursor
429 return _intervalType;
433 _intervalType = (value != DateTimeIntervalType.NotSet) ? value : DateTimeIntervalType.Auto;