ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / ChartSmartLabel Class / CalloutBackColor Property

In This Topic
    CalloutBackColor Property
    In This Topic
    Gets or sets the fill color of the box around the point label text when the ChartSmartLabel.CalloutStyle is Box.
    Syntax
    'Declaration
     
    Public Property CalloutBackColor As RdlColor
    public RdlColor CalloutBackColor {get; set;}
    See Also