Click or drag to resize

IStiDataBarIndicator Interface

Interface describes base properties for Data Bar Indicator.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public interface IStiDataBarIndicator

The IStiDataBarIndicator type exposes the following members.

Properties
  NameDescription
Public propertyBrushType
Gets or sets value which indicates which type of brush will be used for Data Bar indicator drawing.
Public propertyDirection
Gets or sets value which direction data bar will be filled by brush, from left to right or from right to left.
Public propertyNegativeBorderColor
Gets or sets a border color of negative values for data bar indicator.
Public propertyNegativeColor
Gets or sets a color of negative values for data bar indicator.
Public propertyPositiveBorderColor
Gets or sets a border color of positive values for data bar indicator.
Public propertyPositiveColor
Gets or sets a color of positive values for data bar indicator.
Public propertyShowBorder
Gets or sets value which indicates that border is drawing.
Top
See Also