VectorMapLegendBuilder Class
Represents a VectorMap legend.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class VectorMapLegendBuilder :
OptionsOwnerBuilder,
ICollectionItem
Related API Members
The following members return VectorMapLegendBuilder objects:
Remarks
Do not instantiate this class explicitly. A new VectorMapLegendBuilder
class instance is created when you call the Legends(Action<CollectionFactory<VectorMapLegendBuilder>>) method.
Implements
Inheritance
Object
OptionsOwnerBuilder
VectorMapLegendBuilder
See Also