All Superinterfaces:
GenericHcObject

public interface HcSerie extends GenericHcObject
Since:
3.9.0
  • Method Details

    • name

      @NotNull HcSerie name(@NotNull String value)
    • color

      HcSerie color(@Nullable String value)
    • fillColor

      @NotNull HcSerie fillColor(@Nullable String value)
      Since:
      3.9.2
    • fillOpacity

      @NotNull HcSerie fillOpacity(@Nullable Number value)
      Since:
      3.9.2
    • negativeColor

      @NotNull HcSerie negativeColor(@Nullable String value)
      Since:
      3.9.2
    • dashType

      @NotNull HcSerieDashType dashType()
      Since:
      3.9.2
    • marker

      @NotNull HcMarker marker()
      Since:
      3.9.2
    • type

      @NotNull HcTypeSelector type()
    • data

      @NotNull HcSerieData data()
    • visible

      @NotNull HcSerie visible(boolean value)
      Since:
      3.21.1
    • enableMouseTracking

      @NotNull HcSerie enableMouseTracking(boolean value)
      Since:
      3.21.1
    • zIndex

      @NotNull HcSerie zIndex(int value)
      Since:
      3.21.1