SunburstPaletteColorizer.Assign(SunburstElement) Method
Copies all settings from the SunburstPaletteColorizer object passed as the parameter.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.1.dll
NuGet Package: DevExpress.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | SunburstElement | An SunburstPaletteColorizer object (which is the SunburstElement descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a ArgumentNullException will be thrown. |
Remarks
The Assign method allows you to copy the specified SunburstPaletteColorizer object’s settings to the current SunburstPaletteColorizer object.
See Also