ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / SharpGraph Class / ChartCustomBorderDrawer Property

In This Topic
    ChartCustomBorderDrawer Property
    In This Topic
    Gets or sets the custom border drawer object for the entire control.
    Syntax
    'Declaration
     
    Public Property ChartCustomBorderDrawer As ICustomBorderDrawer
    public ICustomBorderDrawer ChartCustomBorderDrawer {get; set;}
    See Also