ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartBorderSkin Class / BorderSkinType Property

In This Topic
    BorderSkinType Property
    In This Topic
    Gets or sets the border skin type for the chart.
    Syntax
    'Declaration
     
    Public Property BorderSkinType As RdlEnum(Of ChartBorderSkinType)
    public RdlEnum<ChartBorderSkinType> BorderSkinType {get; set;}
    See Also