Back to Devexpress

WebChartControl.BorderOptions Property

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-26b9a48b.md

latest1.4 KB
Original Source

WebChartControl.BorderOptions Property

Gets the chart control’s border style.

Namespace : DevExpress.XtraCharts.Web

Assembly : DevExpress.XtraCharts.v25.2.Web.dll

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
public RectangularBorder BorderOptions { get; }
vb
Public ReadOnly Property BorderOptions As RectangularBorder

Property Value

TypeDescription
RectangularBorder

A RectangularBorder object which specifies the border style.

|

Remarks

Use the BorderOptions property to specify the border’s color, thickness and visibility. The border set via this property is drawn around the client region of the chart control.

See Also

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace