Back to Devexpress

FunnelSeriesView.Border Property

corelibraries-devexpress-dot-xtracharts-dot-funnelseriesview-24a29b8d.md

latest1.5 KB
Original Source

FunnelSeriesView.Border Property

Gets the Funnel series view’s border settings.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public CustomBorder Border { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Border As CustomBorder

Property Value

TypeDescription
CustomBorder

A CustomBorder object which specifies the border style.

|

Remarks

Use the Border property to specify the border’s color, thickness and visibility.

See Also

FunnelSeriesView Class

FunnelSeriesView Members

DevExpress.XtraCharts Namespace