VectorMapLegendBuilder Class
In This Article
Represents a VectorMap legend.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public class VectorMapLegendBuilder :
OptionsOwnerBuilder,
ICollectionItem
#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