Type alias: CreatePriceLineOptions
CreatePriceLineOptions:
Partial<PriceLineOptions> &Pick<PriceLineOptions,"price">
Price line options for the ISeriesApi.createPriceLine method.
price is required, while the rest of the options are optional.