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
LineChartSimpleStyle
Contains style attributes for simple timeline charts
Properties
categoriesGridStyle
The style to be used for the grid lines associated with the categories
GridStyle | null
categoryAxisStyle
The style used for the category axis
CategoryAxisStyle | null
contentViewportMargin
The content viewport margin: The space around the content viewport.
Insets | null
lineStyles
The style of each line
(LineChartLineStyle | null)[] | null
maxDataPointDistance
The maximum distance between two consecutive data points
number | null
minDataPointDistance
The minimum distance between two consecutive data points
number | null
showTooltip
Whether to show tooltips
boolean | null
thresholds
The optional thresholds of the chart
Threshold[] | null
tooltipStyle
Style for the tool tips
BalloonTooltipStyle | null
tooltipWireStyle
Style for the tooltip-indicator line
CrossWireStyle | null
valueAxisStyle
The style used for the value axis
ValueAxisStyle | null
valueFormat
The format to be used for all values of this chart
NumberFormat | null
valueRange
The value range to be used
ValueRange | null
valuesGridStyle
The style to be used for the grid lines associated with the value axis
GridStyle | null
visibleLines
The indices of the visible lines. Set to
number[] | null