XYDiagram2D.GetElementType(UIElement) Method
Gets the value of the XYDiagram2D.ElementType attached property for a specified UIElement.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
element | UIElement | The element from which the property value is read. |
Returns
Type | Description |
---|---|
DevExpress.Xpf.Charts.XYDiagram2DElementType | The XYDiagram2D.ElementType property value for the element. |
See Also