ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AccumulationAnnotationSettingsBuilder - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AccumulationAnnotationSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    AccumulationAnnotationSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class AccumulationAnnotationSettingsBuilder : ControlBuilder

    Constructors

    AccumulationAnnotationSettingsBuilder()

    Declaration
    public AccumulationAnnotationSettingsBuilder()

    AccumulationAnnotationSettingsBuilder(List<AccumulationAnnotationSettings>)

    Declaration
    public AccumulationAnnotationSettingsBuilder(List<AccumulationAnnotationSettings> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<AccumulationAnnotationSettings> collection

    Methods

    Add()

    Declaration
    public void Add()

    Content(String)

    Content of the annotation, which accepts the id of the custom element.

    Declaration
    public AccumulationAnnotationSettingsBuilder Content(string content)
    Parameters
    Type Name Description
    System.String content
    Returns
    Type Description
    AccumulationAnnotationSettingsBuilder

    CoordinateUnits(Units)

    Specifies the coordinate units of the annotation. They are Pixel - Annotation renders based on x and y pixel value. Point - Annotation renders based on x and y axis value.

    Declaration
    public AccumulationAnnotationSettingsBuilder CoordinateUnits(Units coordinateUnits)
    Parameters
    Type Name Description
    Units coordinateUnits
    Returns
    Type Description
    AccumulationAnnotationSettingsBuilder

    Description(String)

    Information about annotation for assistive technology.

    Declaration
    public AccumulationAnnotationSettingsBuilder Description(string description)
    Parameters
    Type Name Description
    System.String description
    Returns
    Type Description
    AccumulationAnnotationSettingsBuilder

    HorizontalAlignment(Alignment)

    Specifies the alignment of the annotation. They are Near - Align the annotation element as top side. Far - Align the annotation element as bottom side. Center - Align the annotation element as mid point.

    Declaration
    public AccumulationAnnotationSettingsBuilder HorizontalAlignment(Alignment horizontalAlignment)
    Parameters
    Type Name Description
    Alignment horizontalAlignment
    Returns
    Type Description
    AccumulationAnnotationSettingsBuilder

    Region(Regions)

    Specifies the regions of the annotation. They are Chart - Annotation renders based on chart coordinates. Series - Annotation renders based on series coordinates.

    Declaration
    public AccumulationAnnotationSettingsBuilder Region(Regions region)
    Parameters
    Type Name Description
    Regions region
    Returns
    Type Description
    AccumulationAnnotationSettingsBuilder

    VerticalAlignment(Position)

    Specifies the position of the annotation. They are Top - Align the annotation element as top side. Bottom - Align the annotation element as bottom side. Middle - Align the annotation element as mid point.

    Declaration
    public AccumulationAnnotationSettingsBuilder VerticalAlignment(Position verticalAlignment)
    Parameters
    Type Name Description
    Position verticalAlignment
    Returns
    Type Description
    AccumulationAnnotationSettingsBuilder

    X(Double)

    if set coordinateUnit as Pixel X specifies the axis value else is specifies pixel or percentage of coordinate

    Declaration
    public AccumulationAnnotationSettingsBuilder X(double x)
    Parameters
    Type Name Description
    System.Double x
    Returns
    Type Description
    AccumulationAnnotationSettingsBuilder

    X(String)

    if set coordinateUnit as Pixel X specifies the axis value else is specifies pixel or percentage of coordinate

    Declaration
    public AccumulationAnnotationSettingsBuilder X(string x)
    Parameters
    Type Name Description
    System.String x
    Returns
    Type Description
    AccumulationAnnotationSettingsBuilder

    Y(Double)

    if set coordinateUnit as Pixel Y specifies the axis value else is specifies pixel or percentage of coordinate

    Declaration
    public AccumulationAnnotationSettingsBuilder Y(double y)
    Parameters
    Type Name Description
    System.Double y
    Returns
    Type Description
    AccumulationAnnotationSettingsBuilder

    Y(String)

    if set coordinateUnit as Pixel Y specifies the axis value else is specifies pixel or percentage of coordinate

    Declaration
    public AccumulationAnnotationSettingsBuilder Y(string y)
    Parameters
    Type Name Description
    System.String y
    Returns
    Type Description
    AccumulationAnnotationSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved