Skip to main content
A newer version of this page is available. .

ChartControlSettings.BorderOptions Property

Gets the chart control’s border style.

Namespace: DevExpress.Web.Mvc

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

Declaration

public RectangularBorder BorderOptions { get; }

Property Value

Type Description
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