IUpDownBarsManager Interface

Provide access to up/down bars of Line- or Stock-chart.

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IUpDownBarsManager

The IUpDownBarsManager type exposes the following members.

Properties
  NameDescription
Public propertyDownBarsFormat
Returns format of the down bars. Read-only IFormat.
Public propertyGapWidth
Returns or sets gap width. Read/write Int32.
Public propertyHasUpDownBars
Determines whether the chart has up/down bars. Read/write Boolean.
Public propertyUpBarsFormat
Returns format of the up bars. Read-only IFormat.
See Also