Skip to main content

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.v14.2.dll

#Declaration

[NonCategorized]
public static XYDiagram2DElementType GetElementType(
    UIElement element
)

#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