[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.AnnotationBaseTagHelper-1

AnnotationBaseTagHelper<TControl> Class

ITagHelper implementation for AnnotationBase.

Inheritance
BaseTagHelper<TControl>
AnnotationBaseTagHelper<TControl>
Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public abstract class AnnotationBaseTagHelper<TControl> : SettingTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : AnnotationBase
Type Parameters
Name Description
TControl

Constructors

Name Description
AnnotationBaseTagHelper()

Properties

Name Description
Attachment

Configurates Attachment. Sets the attachment of the annotation.

CollectionName

Gets the collection name.

IsVisible

Configurates IsVisible. Sets the visibility of the annotation.

Name

Configurates Name. Sets the name of the annotation.

Offset

Configurates Offset. Sets the offset of the annotation from the point.

Point

Configurates Point. Sets the point of the annotation.

PointIndex

Configurates PointIndex. Sets the data point index of the annotation.

Position

Configurates Position. Sets the position of the annotation.

SeriesIndex

Configurates SeriesIndex. Sets the data series index of the annotation.

Style

Configurates Style. Sets the style of the annotation.

Tooltip

Configurates Tooltip. Sets the tooltip of the annotation.