ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Bullet Namespace / IBulletChart Interface / MarkerValue Property

In This Topic
    MarkerValue Property
    In This Topic
    Gets the value of a comparative measure.
    Syntax
    'Declaration
     
    ReadOnly Property MarkerValue As Nullable(Of Double)
    Nullable<double> MarkerValue {get;}

    Property Value

    The comparative measure value as a Nullable of System.Double.
    See Also