[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.MapLayerBaseBuilder-3.-ctor

MapLayerBaseBuilder Constructor

MapLayerBaseBuilder(TControl, FlexMap<T>)

Create one MapLayerBaseBuilder instance

Declaration
public MapLayerBaseBuilder(TControl obj, FlexMap<T> Owner)
Parameters
Type Name Description
TControl obj

The ChartSeries object.

FlexMap<T> Owner

The chart which owns this series.

MapLayerBaseBuilder(TControl)

Creates one MapLayerBaseBuilder<T, TControl, TBuilder> instance to configurate obj.

Declaration
public MapLayerBaseBuilder(TControl obj)
Parameters
Type Name Description
TControl obj

The MapLayerBase<T> object to be configurated.