ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ThreeDProperties Class / DrawingStyle Property

In This Topic
    DrawingStyle Property
    In This Topic

    Gets or sets the shape of bars or columns to display in the chart.

    Syntax
    'Declaration
     
    Public Property DrawingStyle As ThreeDPropertiesDrawingStyle
    public ThreeDPropertiesDrawingStyle DrawingStyle {get; set;}

    Property Value

    A ThreeDPropertiesDrawingStyle enumeration indicating the shape of bars or columns displayed.

    Remarks

    This property only applies to bar and column chart types.

    See Also