Back to Devexpress

FunnelDrawOptions.Border Property

corelibraries-devexpress-dot-xtracharts-dot-funneldrawoptions.md

latest1.4 KB
Original Source

FunnelDrawOptions.Border Property

Gets the Funnel series view’s border settings when implementing custom drawing in the chart control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public CustomBorder Border { get; }
vb
Public ReadOnly Property Border As CustomBorder

Property Value

TypeDescription
CustomBorder

A CustomBorder object which specifies the border style.

|

Remarks

Use the Border property to access and modify border settings (such as the color, thickness and visibility) of the funnel series view.

See Also

FunnelDrawOptions Class

FunnelDrawOptions Members

DevExpress.XtraCharts Namespace