_dateAxis = New DateTimeAxis()
With _dateAxis
.Position = AxisPosition.Bottom
.IntervalType = DateTimeIntervalType.Seconds
.MajorGridlineStyle = LineStyle.Solid
.Key = "AxisDate"
.IsPanEnabled = False
End With
PlotModel.Axes.Add(_dateAxis)
↧
New Post: OxyPlot.Axes.DateTimeAxis ArgumentOutOfRangeException and construtor vb.net
↧