[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartValueLabel

ChartValueLabel Class

Represents a chart axis annotation used for displaying text defined at a specific axis coordinate.

Inheritance
ChartValueLabel
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.4.8.dll
Syntax
public class ChartValueLabel : ChartObject, INotifyPropertyChanged
Public Class ChartValueLabel
    Inherits ChartObject
    Implements INotifyPropertyChanged

Constructors

Name Description
ChartValueLabel()

Properties

Name Description
Text

Gets or sets the displayed text value for the ChartValueLabel.

Value

Gets or sets the axis value to be replaced by the ChartValueLabel by specifying a value that can be implicitly converted to double.

Methods

Name Description
AssignFrom(ChartObject)

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