Specifies possible values for clipping algorithm.
Namespace:
C1.Phone.ChartAssembly: C1.Phone.Chart (in C1.Phone.Chart.dll)
Syntax
| C# |
|---|
public enum Clipping |
| Visual Basic |
|---|
Public Enumeration Clipping |
| XAML Attribute Usage |
|---|
<object property="enumerationMemberName" .../> |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Auto | 0 | The clipping algorithm is selected automatically. | |
| System | 1 | The standard system clipping. | |
| Custom | 2 | The custom clipping. |