[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.AnnotationBaseBuilder-2

AnnotationBaseBuilder<TControl, TBuilder> Class

Defines a builder to configurate AnnotationBase.

Inheritance
HideObjectMembers
BaseBuilder<TControl, TBuilder>
AnnotationBaseBuilder<TControl, TBuilder>
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public abstract class AnnotationBaseBuilder<TControl, TBuilder> : BaseBuilder<TControl, TBuilder> where TControl : AnnotationBase where TBuilder : AnnotationBaseBuilder<TControl, TBuilder>
Type Parameters
Name Description
TControl
TBuilder

Constructors

Name Description
AnnotationBaseBuilder(TControl)

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

Methods

Name Description
Attachment(AnnotationAttachment)

Configurates Attachment. Sets the attachment of the annotation.

IsVisible(bool)

Configurates IsVisible. Sets the visibility of the annotation.

Name(string)

Configurates Name. Sets the name of the annotation.

Offset(PointF)

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

Point(DataPoint)

Configurates Point. Sets the point of the annotation.

PointIndex(int)

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

Position(AnnotationPosition)

Configurates Position. Sets the position of the annotation.

SeriesIndex(int)

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

Style(SVGStyle)

Sets the Style property.

Style(Action<SVGStyleBuilder>)

Configurates Style. Sets the style of the annotation.

Tooltip(string)

Configurates Tooltip. Sets the tooltip of the annotation.