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