[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartLabel

ChartLabel Class

Represents an independent text annotation that can be attached to a chart.

Inheritance
ChartLabel
Implements
IC1Serializable
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public class ChartLabel : ChartRect, INotifyPropertyChanged, IC1Serializable

Constructors

Name Description
ChartLabel()

Initializes a new instance of ChartLabel object.

Properties

Name Description
AttachMethod

Gets or sets the label attachment method.

AttachMethodData

Gets the attachment data for the label.

Compass

Gets or sets the position of the label relative to its specified location.

Connected

Gets or sets a value indicating whether a connecting line is drawn to the associated data point.

Image

Gets or sets the label's image.

Name

Gets or sets the label name.

Offset

Gets or sets the offset distance from the associated data point in twips.

RotationOverride

Gets or sets the rotation angle of the label, in degrees. Overrides the Rotation value set in the style.

Style

Gets the ChartStyle object of the label. Inherits from the ChartLabels.DefaultLabelStyle property.

Text

Gets or sets the label text.

View3D

Gets or set the 3D-View plane of a label of a 3D chart.

Methods

Name Description
AssignFrom(ChartObject)

For internal use only. Assigns (copies) properties from another ChartObject to the current object.

ToString()