ChartPaletteColorizerBase.Assign(ChartElement) Method
In This Article
Copies all the settings from the ChartPaletteColorizerBase object passed as the parameter.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public override void Assign(
ChartElement obj
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Chart |
An Chart |
#Remarks
The Assign method allows the settings of the specified ChartPaletteColorizerBase object to be copied to the current ChartPaletteColorizerBase object.
See Also