FullStackedPointOptions.Assign(ChartElement) Method
Copies all the settings from the FullStackedPointOptions object passed as a parameter.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | ChartElement | A FullStackedPointOptions object (which is a ChartElement 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 the settings of the specified FullStackedPointOptions object to be copied to the current FullStackedPointOptions object.
See Also