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