Skip to main content
A newer version of this page is available.

DXSelectionBehavior Enum

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

Declaration

public enum DXSelectionBehavior : long

Members

Name Description
Hatch

The pie chart displays selected slices as hatched.

Explode

The pie chart displays selected slices as pulled out.

Related API Members

The following properties accept/return DXSelectionBehavior values:

Remarks

This enumeration lists the following behaviors:

Value

Sample

Description

Exploded

An exploded pie slice sample

The pie chart displays selected slices as pulled out.

Hatch

A hatched pie slice sample

The pie chart displays selected slices as hatched.

See Also