Skip to main content
A newer version of this page is available. .

VectorMapLegendBuilder Class

Represents a VectorMap legend.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class VectorMapLegendBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

The following members return VectorMapLegendBuilder objects:

Show 46 links

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