All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fluorumlabs.disconnect.highcharts.PlotIkhSenkouSpanStylesOptions Maven / Gradle / Ivy

There is a newer version: 0.1.0-alpha2
Show newest version
package com.github.fluorumlabs.disconnect.highcharts;

import java.lang.String;
import javax.annotation.Nullable;
import js.lang.Any;
import org.teavm.jso.JSProperty;

public interface PlotIkhSenkouSpanStylesOptions extends Any {
  /**
   * (Highstock) Color of the area between Senkou Span A and B.
   *
   * @see https://api.highcharts.com/highstock/plotOptions.ikh.senkouSpan.styles.fill
   *
   * @implspec fill?: ColorString;
   *
   */
  @JSProperty("fill")
  @Nullable
  String getFill();

  /**
   * (Highstock) Color of the area between Senkou Span A and B.
   *
   * @see https://api.highcharts.com/highstock/plotOptions.ikh.senkouSpan.styles.fill
   *
   * @implspec fill?: ColorString;
   *
   */
  @JSProperty("fill")
  void setFill(String value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy