SunburstControl.SetSunburst(DependencyObject, SunburstControl) Method
Set the value of the SunburstControl.Sunburst attached property to a specified SunburstControl.
Namespace: DevExpress.Xpf.TreeMap
Assembly: DevExpress.Xpf.TreeMap.v24.1.dll
NuGet Package: DevExpress.Wpf.TreeMap
Declaration
[Browsable(false)]
public static void SetSunburst(
DependencyObject obj,
SunburstControl value
)
Parameters
Name | Type |
---|---|
obj | DependencyObject |
value | SunburstControl |
See Also