Class StiIndicatorStyle

All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiName, Cloneable

public class StiIndicatorStyle extends StiBaseStyle
Copyright Stimulsoft
  • Field Details

    • backColor

      public StiColor backColor
    • glyphColor

      public StiColor glyphColor
    • foreColor

      public StiColor foreColor
    • hotBackColor

      public StiColor hotBackColor
    • positiveColor

      public StiColor positiveColor
    • negativeColor

      public StiColor negativeColor
  • Constructor Details

    • StiIndicatorStyle

      public StiIndicatorStyle(String name, String description, StiReport report)
      Creates a new object of the type StiIndicatorStyle.
      Parameters:
      name - Style name
      description - Style description
      report -
    • StiIndicatorStyle

      public StiIndicatorStyle(String name, String description)
      Creates a new object of the type StiIndicatorStyle.
      Parameters:
      name - Style name
      description - Style name
    • StiIndicatorStyle

      public StiIndicatorStyle(String name)
      Creates a new object of the type StiIndicatorStyle.
      Parameters:
      name - Style name
    • StiIndicatorStyle

      public StiIndicatorStyle()
      Creates a new object of the type StiIndicatorStyle.
  • Method Details