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

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.v19.1.dll

Declaration

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

Property Value

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