Click or drag to resize
AbstractChartNodeAutoscaleMinimumTimeInterval Property
Specifies the minimum tick mark interval for autoscaled time axes.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int AutoscaleMinimumTimeInterval { get; set; }

Property Value

Type: Int32
An int containing the "AutoscaleMinimumTimeInterval" attribute value.
Remarks
Legal values are:

  • AbstractChartNode.MILLISECOND
  • AbstractChartNode.SECOND
  • AbstractChartNode.MINUTE
  • AbstractChartNode.HOUR
  • AbstractChartNode.DAY
  • AbstractChartNode.WEEK
  • AbstractChartNode.MONTH
  • AbstractChartNode.YEAR

See Also