[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Graphics.Bar

Bar Struct

Stores a set of three integers that represent the size of a 3D bar area.

Namespace: GrapeCity.ActiveReports.Chart.Graphics
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
public struct Bar

Constructors

Name Description
Bar(int, int, int)

Initialize a new instance of the Bar class with parameters.

Fields

Name Description
Empty

Indicates a new instance of a Bar structure whose property has not been initialized.

Properties

Name Description
Depth

Gets the depth of the bar.

Height

Gets the height of the bar.

IsEmpty

Gets true if bar is empty

Width

Gets the width of the bar.