Skip to main content

XYDiagram2D.SetElementType(UIElement, XYDiagram2DElementType) Method

In This Article

Sets the value of the XYDiagram2D.ElementType attached property to a specified UI element.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public static void SetElementType(
    UIElement element,
    XYDiagram2DElementType elementType
)

#Parameters

Name Type Description
element UIElement

The UI element to which the attached property is written.

elementType DevExpress.Xpf.Charts.XYDiagram2DElementType

The required DevExpress.Xpf.Charts.XYDiagram2DElementType value.

See Also