Skip to main content

SeriesPointPresentationData.Layouts Property

For internal use. Specifies the series point layouts when scale breaks cross the point. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public IEnumerable<IntervalPresentation> Layouts { get; set; }

Property Value

Type
IEnumerable<DevExpress.Xpf.Charts.Native.IntervalPresentation>
See Also