[]
        
(Showing Draft Content)

C1.WPF.Report.FlexChartFieldBase.AssignFrom

AssignFrom Method

AssignFrom(ReportObject, bool)

Assigns (copies) properties from another FlexChartFieldBase to the current object.

Declaration
public override void AssignFrom(ReportObject source, bool assignName)
Parameters
Type Name Description
ReportObject source

The source object to copy properties from.

bool assignName

Indicates whether the name of the object should be copied.

Overrides