Axis.Assign(ChartElement) Method
In This Article
Copies all the settings from the Axis 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 Axis object (which is the Chart |
#Remarks
The Assign method allows the settings of the specified Axis object to be copied to the current Axis object.
See Also