Reference
- AxisStyle
- BalloonTooltipStyle
- BarChartData
- BarChartGroupedData
- BarChartGroupedStyle
- BarChartStackedStyle
- BarChartStyle
- BaseCategoryData
- BorderRadius
- BoxStyle
- BulletChartConfiguration
- CategoriesSeriesData
- CategoryAxisStyle
- CategoryBulletChartData
- CategoryChartOrientation
- CategorySeriesData
- ChartStyle
- CircularChartData
- CircularChartLegendStyle
- CircularChartSegment
- CircularChartStyle
- CompassData
- CompassStyle
- CrossWireStyle
- DataSeriesNumberFormat
- DecimalDataSeries
- DecimalDataSeriesStyle
- DiscreteAxisStyle
- DiscreteDataEntriesForDataSeries
- DiscreteDataEntry
- DiscreteDataSeriesConfiguration
- DiscreteEntryAggregationMode
- DiscreteTimelineChartConfiguration
- DiscreteTimelineChartData
- DownSamplingMode
- ElektromeisterPocChart
- ElektromeisterPocChartConfig
- EnumAggregationMode
- EnumAxisStyle
- EnumConfiguration
- EnumDataSeries
- EnumDataSeriesStyle
- EnumValue
- Fill
- FontStyle
- GridLineColorProvider
- GridStyle
- HasContentViewportMargin
- HistogramData
- HistogramStyle
- HistoryQueryDescriptor
- HistorySettings
- I18nConfiguration
- Insets
- JustifyTickContent
- LayoutDirection
- LineChartLineStyle
- LineChartSimpleData
- LineChartSimpleStyle
- LineStyle
- MapWithBarsData
- MapWithBarsStyle
- ModelChangeListener
- NumberFormat
- Orientation
- OverflowIndicatorStyle
- PointConnectionStyle
- PointConnectionType
- PointStyle
- PointType
- Sample
- SamplingPeriod
- Shadow
- Side
- Size
- StackedBarOnMap
- StripeStyle
- ThemeId
- Threshold
- TimeAxisStyle
- TimeLineChartData
- TimeLineChartLineStyle
- TimeLineChartStyle
- TimeRange
- Url
- Uuid
- ValueAxisPresentationType
- ValueAxisStyle
- ValueLabelsStyle
- ValueRange
- ValueRangeScale
- WrapMode
- Zoom
- createElektromeisterPocChart
- createElektromeisterPocChartFromElement
- createElektromeisterPocChartFromId
- setDefaultI18nConfiguration
- setDefaultTheme
TimeLineChartStyle
Properties
crossWireDecimalsFormat
The format to be used for the labels at the cross wire.
DataSeriesNumberFormat | null
crossWireDecimalsLabelBoxStyles
How the boxes for the cross wire labels should be painted (for decimal values).
BoxStyle[] | null
crossWireDecimalsLabelTextColor
The color for the cross wire value labels
string | null
crossWireEnumsLabelBoxStyles
How the boxes for the cross wire labels should be painted (for enum values).
BoxStyle[] | null
crossWireFont
The font to be used for the cross wire
FontStyle | null
crossWirePosition
The position of the cross wire along the x-axis relative to the width of the window
number | null
crossWireStyle
Style for the cross-wire
CrossWireStyle | null
decimalDataSeriesStyles
The configurations of each line
DecimalDataSeriesStyle[] | null
enumAxisStyle
The style for the enum layers axis
EnumAxisStyle | null
enumDataSeriesStyles
The configurations of each enum data series
EnumDataSeriesStyle[] | null
enumsBackgroundColor
The background color of the area that contains the enums
string | null
enumsStripesDistance
The distance between enum stripes
number | null
enumStripeHeight
The height of an enum stripe
number | null
lineStyles
How the lines should be painted. This information is used in a modulo-fashion.
TimeLineChartLineStyle[] | null
showMouseWheelModifierHint
Whether to show the hint on mouse wheel events without any modifier (true, default) or not (false)
boolean | null
showToolbar
Whether to show the toolbar (true, default) or not (false)
boolean | null
timeAxisStyle
The style to be used for the time axis
TimeAxisStyle | null
valueAxesBackground
The color to be used for the background of the value axes
string | null
valueAxesGap
The gap between each value axes in pixels
number | null
valueAxesStyle
The style to be used for the value axes
ValueAxisStyle | null
visibleEnumStripes
The indices of the visible enum stripes. Set to
number[] | null
visibleLines
The indices of the visible (decimal) lines. Set to
number[] | null
visibleTimeRange
The time range that is currently visible (in UTC)
TimeRange | null
visibleValueAxes
The indices of the visible value axes. Set to
number[] | null