ChartElementLayoutMode Enum
Represents possible ways to interpret ChartElementLayout property values.
Fields
Edge | If used on the width or height context, the related property should be used to set the right or bottom position of the element. If used on the left or top position context, the related property should be directly interpreted as the new left or top position of the element. |
Factor | If used on the width or height context, the related property should be directly interpreted as the new width or height of the element. If used on the left or top position context, the element's left or top position should be increased by the related property value. |