FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartValueLabel Class / Value Property

In This Topic
    Value Property (ChartValueLabel)
    In This Topic
    Gets or sets the axis value to be replaced by the ChartValueLabel by specifying a value that can be implicitly converted to double.
    Syntax
    'Declaration
     
    Public Property Value As Double
    public double Value {get; set;}
    See Also