[]
Defines a builder to configurate AnnotationBase.
public abstract class AnnotationBaseBuilder<TControl, TBuilder> : BaseBuilder<TControl, TBuilder> where TControl : AnnotationBase where TBuilder : AnnotationBaseBuilder<TControl, TBuilder>
Name | Description |
---|---|
TControl | |
TBuilder |
Name | Description |
---|---|
AnnotationBaseBuilder(TControl) | Creates one AnnotationBaseBuilder<TControl, TBuilder> instance to configurate |
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. |