Template Reference Line Data Configuration
data class TemplateReferenceLineDataConfiguration(val axisBinding: TemplateAxisBinding? = null, val dynamicConfiguration: TemplateReferenceLineDynamicDataConfiguration? = null, val seriesType: TemplateReferenceLineSeriesType? = null, val staticConfiguration: TemplateReferenceLineStaticDataConfiguration? = null)
Constructors
Link copied to clipboard
constructor(axisBinding: TemplateAxisBinding? = null, dynamicConfiguration: TemplateReferenceLineDynamicDataConfiguration? = null, seriesType: TemplateReferenceLineSeriesType? = null, staticConfiguration: TemplateReferenceLineStaticDataConfiguration? = null)
Properties
Link copied to clipboard
The axis binding type of the reference line. Choose one of the following options:
Link copied to clipboard
The dynamic configuration of the reference line data configuration.
Link copied to clipboard
The series type of the reference line data configuration. Choose one of the following options:
Link copied to clipboard
The static data configuration of the reference line data configuration.