Enum Edge
Specifies the edge position of a child element that is inside an EdgePanel.
Namespace: System.Windows.Controls.DataVisualization.Charting.Primitives
Assembly: Controls.DataVisualization.OpenSilver.dll
Syntax
public enum Edge
Fields
Name | Description |
---|---|
Bottom | A child element that is positioned at the bottom of the EdgePanel. |
Center | A child element that is positioned in the center of a EdgePanel. |
Left | A child element that is positioned on the left side of the EdgePanel. |
Right | A child element that is positioned on the right side of the EdgePanel. |
Top | A child element that is positioned at the top of the EdgePanel. |