WebChartControl.BorderOptions Property
In This Article
Gets the chart control’s border style.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.2.Web.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
public RectangularBorder BorderOptions { get; }
#Property Value
Type | Description |
---|---|
Rectangular |
A Rectangular |
#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