Class AccumulationAnnotationSettings
Inheritance
System.Object
AccumulationAnnotationSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class AccumulationAnnotationSettings : EJTagHelper
Constructors
AccumulationAnnotationSettings()
Declaration
public AccumulationAnnotationSettings()
Properties
Content
Content of the annotation, which accepts the id of the custom element.
Declaration
public string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
CoordinateUnits
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 Units CoordinateUnits { get; set; }
Property Value
Description
Information about annotation for assistive technology.
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
HorizontalAlignment
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 Alignment HorizontalAlignment { get; set; }
Property Value
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Region
Specifies the regions of the annotation. They are
Chart - Annotation renders based on chart coordinates.
Series - Annotation renders based on series coordinates.
Declaration
public Regions Region { get; set; }
Property Value
VerticalAlignment
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 Position VerticalAlignment { get; set; }
Property Value
X
if set coordinateUnit as Pixel
X specifies the axis value
else is specifies pixel or percentage of coordinate
Declaration
public string X { get; set; }
Property Value
Type |
Description |
System.String |
|
Y
if set coordinateUnit as Pixel
Y specifies the axis value
else is specifies pixel or percentage of coordinate
Declaration
public string Y { get; set; }
Property Value
Type |
Description |
System.String |
|