Skip to main content

CircularDiagram2D.AxisItems Property

For internal use. Provides access to the circular diagram’s collection of axis items.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public ObservableCollection<object> AxisItems { get; set; }

Property Value

Type Description
ObservableCollection<Object>

An observable collection of axis items.

See Also