Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public MustInherit Class SingleOverlayIndicatorBaseBuilder
(Of , As SingleOverlayIndicatorBase(Of T),
As SingleOverlayIndicatorBaseBuilder(Of T,TControl,TBuilder))
Inherits C1.Web.Mvc.Fluent.ExtraSeriesBuilder(Of T,TControl,TBuilder)
[EditorBrowsable(EditorBrowsableState.Never)]
public abstract class SingleOverlayIndicatorBaseBuilder<,,> : C1.Web.Mvc.Fluent.ExtraSeriesBuilder<T,TControl,TBuilder>
where TControl: SingleOverlayIndicatorBase<T>
where TBuilder: SingleOverlayIndicatorBaseBuilder<T,TControl,TBuilder>
Type Parameters
Inheritance Hierarchy
See Also