[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartDataLabel

ChartDataLabel Class

Represents a text label for data values.

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

Constructors

Name Description
ChartDataLabel()

Initializes a new instance of ChartDataLabel object.

Properties

Name Description
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.

Filter

Gets or sets the filter value of the data label. If 1 then every data point is labeled, if 2 then every other data point is labeled.

Offset

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

Style

Gets the ChartStyle object of the label.

Text

Gets or sets the text of the label.

Visible

Gets or sets the label visibility.

Methods

Name Description
AssignFrom(ChartObject)

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