Skip to main content
All docs
V24.1

SankeyPadding.Top Property

Gets or sets a padding value for a diagram’s top edge.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraSerializableProperty]
public int Top { get; set; }

Property Value

Type Description
Int32

A value that specifies padding for a diagram’s top edge.

See Also