Specifies how the distance between points is calculated.
Namespace:
C1.Phone.ChartAssembly: C1.Phone.Chart (in C1.Phone.Chart.dll)
Syntax
| C# |
|---|
public enum MeasureOption |
| Visual Basic |
|---|
Public Enumeration MeasureOption |
| XAML Attribute Usage |
|---|
<object property="enumerationMemberName" .../> |
Members
| Member name | Value | Description | |
|---|---|---|---|
| X | 0 | Only x-coordinates is used. | |
| Y | 1 | Only y-coordinates is used. | |
| XY | 2 | Both x- and y-coordinates are used. |