Specifies how the distance between points is calculated.
Namespace:
C1.Silverlight.ChartAssembly: C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)
Syntax
| C# |
|---|
public enum MeasureOption |
| Visual Basic |
|---|
Public Enumeration MeasureOption |
Members
| Member name | Description | |
|---|---|---|
| X | Only x-coordinates is used. | |
| Y | Only y-coordinates is used. | |
| XY | Both x- and y-coordinates are used. |