XYDiagram2D.SetElementType(UIElement, XYDiagram2DElementType) Method
Sets the value of the XYDiagram2D.ElementType attached property to a specified UI element.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
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