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

SeriesPointPresentationData.Layout Property

For internal use. Specifies the series point layout. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public SeriesPointLayout Layout { get; set; }

Property Value

Type Description
SeriesPointLayout

A SeriesPointLayout object.

See Also