ZoomRectangle.BorderLineStyle Property
Provides access to the line style of zoom rectangle borders.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public LineStyle BorderLineStyle { get; }
Property Value
Type | Description |
---|---|
LineStyle | A LineStyle object. |
See Also