Enum ChartElementPositions
Specifies the position in which to draw a chart element.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public enum ChartElementPositions
Fields
Name | Description |
---|---|
Height | Specifies the height of the item as a percentage of its containing object. |
Left | Specifies the distance of the item from the left of the containing object, as a percentage of the container. |
Top | Specifies the distance of the item from the top of the containing object, as a percentage of the container. |
Width | Specifies the width of the item as a percentage of its containing object. |