Vue VectorMap - Area.Fields
This section describes the fields that can be used in code to manipulate the Area object.
type
Use the type instead.
Contains the element type.
Type:
The following values are available:
- none
Does not apply hatching. - right
Draws diagonal hatching lines upwards from left to right. - left
Draws diagonal hatching lines downwards from left to right.
Use the HatchingDirection enum to specify this option when the widget is used as an ASP.NET MVC Control. This enum accepts the following values: Right, Left, and None.