Class LineChartOptions
java.lang.Object
org.apache.syncope.client.console.chartjs.ChartOptions
org.apache.syncope.client.console.chartjs.LineChartOptions
- All Implemented Interfaces:
Serializable
Provides options for
Line
.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.syncope.client.console.chartjs.ChartOptions
ChartOptions.Axis, ChartOptions.Scales
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the bezier curve.Gets the dataset fill.Gets the dataset stroke.Gets the dataset stroke width.Gets the point dot.Gets the point dot radius.Gets the point dot stroke width.void
setBezierCurve
(Boolean bezierCurve) Sets the bezier curve.void
setDatasetFill
(Boolean datasetFill) Sets the dataset fill.void
setDatasetStroke
(Boolean datasetStroke) Sets the dataset stroke.void
setDatasetStrokeWidth
(Integer datasetStrokeWidth) Sets the dataset stroke width.void
setLegendTemplate
(String legendTemplate) void
setPointDot
(Boolean pointDot) Sets the point dot.void
setPointDotRadius
(Integer pointDotRadius) Sets the point dot radius.void
setPointDotStrokeWidth
(Integer pointDotStrokeWidth) Sets the point dot stroke width.void
setPointHitDetectionRadius
(Integer pointHitDetectionRadius) void
setScaleShowHorizontalLines
(Boolean scaleShowHorizontalLines) void
setScaleShowVerticalLines
(Boolean scaleShowVerticalLines) void
setShowLine
(Boolean showLine) void
setTension
(Double tension) Methods inherited from class org.apache.syncope.client.console.chartjs.ChartOptions
getAnimation, getAnimationEasing, getAnimationSteps, getCustomTooltips, getMaintainAspectRatio, getMultiTooltipTemplate, getOnAnimationComplete, getOnAnimationProgress, getResponsive, getScales, getShowTooltips, getTooltipCaretSize, getTooltipCornerRadius, getTooltipEvents, getTooltipFillColor, getTooltipFontColor, getTooltipFontFamily, getTooltipFontSize, getTooltipFontStyle, getTooltipTemplate, getTooltipTitleFontColor, getTooltipTitleFontFamily, getTooltipTitleFontSize, getTooltipTitleFontStyle, getTooltipXOffset, getTooltipXPadding, getTooltipYPadding, isResponsive, setAnimation, setAnimationEasing, setAnimationSteps, setCustomTooltips, setMaintainAspectRatio, setMultiTooltipTemplate, setOnAnimationComplete, setOnAnimationProgress, setResponsive, setResponsive, setScales, setShowTooltips, setTooltipCaretSize, setTooltipCornerRadius, setTooltipEvents, setTooltipFillColor, setTooltipFontColor, setTooltipFontFamily, setTooltipFontSize, setTooltipFontStyle, setTooltipTemplate, setTooltipTitleFontColor, setTooltipTitleFontFamily, setTooltipTitleFontSize, setTooltipTitleFontStyle, setTooltipXOffset, setTooltipXPadding, setTooltipYPadding
-
Constructor Details
-
LineChartOptions
public LineChartOptions()
-
-
Method Details
-
getScaleShowHorizontalLines
-
setScaleShowHorizontalLines
-
getScaleShowVerticalLines
-
setScaleShowVerticalLines
-
getPointHitDetectionRadius
-
setPointHitDetectionRadius
-
getLegendTemplate
-
setLegendTemplate
-
getBezierCurve
Gets the bezier curve.- Returns:
- the bezier curve
-
setBezierCurve
Sets the bezier curve.- Parameters:
bezierCurve
- decides whether the line is curved between points (default is true).
-
getPointDot
Gets the point dot.- Returns:
- the point dot
-
setPointDot
Sets the point dot.- Parameters:
pointDot
- decides whether to show a dot for each point (default is true).
-
getPointDotRadius
Gets the point dot radius.- Returns:
- the point dot radius
-
setPointDotRadius
Sets the point dot radius.- Parameters:
pointDotRadius
- the new point dot radius (default is 3).
-
getPointDotStrokeWidth
Gets the point dot stroke width.- Returns:
- the point dot stroke width
-
setPointDotStrokeWidth
Sets the point dot stroke width.- Parameters:
pointDotStrokeWidth
- the new point dot stroke width (default is 1).
-
getDatasetStroke
Gets the dataset stroke.- Returns:
- the dataset stroke
-
setDatasetStroke
Sets the dataset stroke.- Parameters:
datasetStroke
- decides whether to show a stroke for datasets (default is true)
-
getDatasetStrokeWidth
Gets the dataset stroke width.- Returns:
- the dataset stroke width
-
setDatasetStrokeWidth
Sets the dataset stroke width.- Parameters:
datasetStrokeWidth
- the new dataset stroke width (default is 2).
-
getDatasetFill
Gets the dataset fill.- Returns:
- the dataset fill
-
setDatasetFill
Sets the dataset fill.- Parameters:
datasetFill
- whether to fill the dataset with a color (default is true)
-
getShowLine
-
setShowLine
-
getTension
-
setTension
-