[]
        
(Showing Draft Content)

C1.WPF.FlexReport.FlexChart.ChartNamedObject

ChartNamedObject Class

The abstract base class for named flex chart objects.

Inheritance
OwnedObject
ChartNamedObject
Namespace: C1.WPF.FlexReport.FlexChart
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public abstract class ChartNamedObject : ChartObject

Constructors

Name Description
ChartNamedObject()

Properties

Name Description
Name

Gets or sets the unique name of the current object. If an item with the specified name already exists in the owner, an exception is thrown.

Methods

Name Description
Clone()

Clones the current object.

SetName(string)

Sets the name of the current object.