React PieChart - series.selectionStyle.hatching
Specifies the hatching properties to be applied when a point is selected.
Within this object you can specify how to apply hatching using the direction property, the width and opacity of lines with the width and opacity properties, and the space between the lines using the step property.
direction
Specifies how to apply hatching to highlight the selected point.
The following values are available.
- none
Do not apply hatching. - right
Apply an upward diagonal hatching style from left to right. - left
Apply a downward diagonal hatching style from left to right.
Use the HatchingDirection
enum to specify this property when the UI component is used as an ASP.NET MVC 5 Control or a DevExtreme-Based ASP.NET Core Control. This enum accepts the following values: Right
, Left
, and None
.
If you have technical questions, please create a support ticket in the DevExpress Support Center.