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

DXPieChart.DXPieChartAppearance Class

Appearance class for objects of type DXPieChart

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

Declaration

public class DXPieChartAppearance :
    DXChartBase.DXChartBaseAppearance

Remarks

This appearance class is a strongly typed UIAppearance subclass. Use the static DXPieChart.Appearance property to obtain an instance to this class that specifies general view appearance, or call the DXPieChart.AppearanceWhenContainedIn(Type[]) method to get a UIAppearance that is context sensitive.

Implements

IEquatable<Foundation.NSObject>
Foundation.INSObjectProtocol
UIKit.IUIAppearance
ObjCRuntime.INativeObject

Inheritance

Object
Foundation.NSObject
UIAppearance
UIKit.UIView.UIViewAppearance
DXChartBase.DXChartBaseAppearance
DXPieChart.DXPieChartAppearance
See Also