Back to Devexpress

ChartControlSettings.BorderOptions Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-b89d83ce.md

latest1.3 KB
Original Source

ChartControlSettings.BorderOptions Property

Gets the chart control’s border style.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

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

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace