ChartView.Continuous

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 14:21, 6 August 2015 by Admin (Talk | contribs) (10 revisions imported)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Property (As Boolean)
aChartView.Continuous = newValue
or
BooleanValue = aChartView.Continuous


The major axis of a chart can be either discrete or continuous. When using a discrete axis, the data points of each Series are evenly spaced across the axis, according to their row index. When using a Continuous axis, the data points are positioned according to their domain value.