[]
        
(Showing Draft Content)

C1.WPF.C1Chart.MeasureOption

MeasureOption Enum

Specifies how the distance between points is calculated.

Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public enum MeasureOption

Fields

Name Description
X

Only x-coordinates is used.

XY

Both x- and y-coordinates are used.

Y

Only y-coordinates is used.