Enum AdornmentsPosition
Represents AdornmentsPosition enumeration that is used to set behavior ChartAdornment.
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public enum AdornmentsPosition
Fields
Name | Description |
---|---|
Bottom | All adornments are positioned at the bottom of column. |
Top | All adornments are positioned at the top of column. |
TopAndBottom | Adornments will be positioned depending on Y value that is represented by column. |