Interface ISeriesRenderingHints

    • Field Detail

      • BASE_ORTHOGONAL_IN_SYNC

        static final int BASE_ORTHOGONAL_IN_SYNC
        Indicates the base and orthogonal datasets are synchronized.
        See Also:
        Constant Field Values
      • BASE_ORTHOGONAL_OUT_OF_SYNC

        static final int BASE_ORTHOGONAL_OUT_OF_SYNC
        Indicates the base and orthogonal datasets are out of sync.
        See Also:
        Constant Field Values
      • BASE_EMPTY

        static final int BASE_EMPTY
        Indicates the base dataset is empty.
        See Also:
        Constant Field Values
      • ORTHOGONAL_EMPTY

        static final int ORTHOGONAL_EMPTY
        Indicates the orthogonal dataset is empty.
        See Also:
        Constant Field Values
      • BASE_ANCILLARY_IN_SYNC

        static final int BASE_ANCILLARY_IN_SYNC
        Indicates the base and ancillary datasets are synchronized.
        See Also:
        Constant Field Values
      • BASE_ANCILLARY_OUT_OF_SYNC

        static final int BASE_ANCILLARY_OUT_OF_SYNC
        Indicates the base and ancillary datasets are out of sync.
        See Also:
        Constant Field Values
      • ANCILLARY_EMPTY

        static final int ANCILLARY_EMPTY
        Indicates the ancillary dataset is empty.
        See Also:
        Constant Field Values