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

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

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

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

/**
 * (Highstock) Top line options.
 *
 * @see https://api.highcharts.com/highstock/plotOptions.priceenvelopes.topLine
 *
 */
public interface PlotPriceenvelopesTopLineOptions extends Any {
  /**
   * @implspec styles?: PlotPriceenvelopesTopLineStylesOptions;
   *
   */
  @JSProperty("styles")
  @Nullable
  PlotPriceenvelopesTopLineStylesOptions getStyles();

  /**
   * @implspec styles?: PlotPriceenvelopesTopLineStylesOptions;
   *
   */
  @JSProperty("styles")
  void setStyles(PlotPriceenvelopesTopLineStylesOptions value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy