public class BarChartOptions extends ChartOptions
Bar
.Constructor and Description |
---|
BarChartOptions() |
Modifier and Type | Method and Description |
---|---|
Integer |
getBarDatasetSpacing()
Gets the bar dataset spacing.
|
Boolean |
getBarShowStroke()
Gets the bar show stroke.
|
Integer |
getBarStrokeWidth()
Gets the bar stroke width.
|
Integer |
getBarValueSpacing()
Gets the bar value spacing.
|
String |
getLegendTemplate() |
Boolean |
getScaleShowHorizontalLines() |
Boolean |
getScaleShowVerticalLines() |
void |
setBarDatasetSpacing(Integer barDatasetSpacing)
Sets the bar dataset spacing.
|
void |
setBarShowStroke(Boolean barShowStroke)
Sets the bar show stroke.
|
void |
setBarStrokeWidth(Integer barStrokeWidth)
Sets the bar stroke width.
|
void |
setBarValueSpacing(Integer barValueSpacing)
Sets the bar value spacing.
|
void |
setLegendTemplate(String legendTemplate) |
void |
setScaleShowHorizontalLines(Boolean scaleShowHorizontalLines) |
void |
setScaleShowVerticalLines(Boolean scaleShowVerticalLines) |
getAnimation, getAnimationEasing, getAnimationSteps, getCustomTooltips, getMaintainAspectRatio, getMultiTooltipTemplate, getOnAnimationComplete, getOnAnimationProgress, getResponsive, getScaleBeginAtZero, getScaleFontColor, getScaleFontFamily, getScaleFontSize, getScaleFontStyle, getScaleIntegersOnly, getScaleLabel, getScaleLineColor, getScaleLineWidth, getScaleOverride, getScaleShowLabels, getScaleStartValue, getScaleSteps, getScaleStepWidth, getShowScale, 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, setScaleBeginAtZero, setScaleFontColor, setScaleFontFamily, setScaleFontSize, setScaleFontStyle, setScaleIntegersOnly, setScaleLabel, setScaleLineColor, setScaleLineWidth, setScaleOverride, setScaleShowLabels, setScaleStartValue, setScaleSteps, setScaleStepWidth, setShowScale, setShowTooltips, setTooltipCaretSize, setTooltipCornerRadius, setTooltipEvents, setTooltipFillColor, setTooltipFontColor, setTooltipFontFamily, setTooltipFontSize, setTooltipFontStyle, setTooltipTemplate, setTooltipTitleFontColor, setTooltipTitleFontFamily, setTooltipTitleFontSize, setTooltipTitleFontStyle, setTooltipXOffset, setTooltipXPadding, setTooltipYPadding
public Boolean getScaleShowHorizontalLines()
public void setScaleShowHorizontalLines(Boolean scaleShowHorizontalLines)
public Boolean getScaleShowVerticalLines()
public void setScaleShowVerticalLines(Boolean scaleShowVerticalLines)
public String getLegendTemplate()
public void setLegendTemplate(String legendTemplate)
public Boolean getBarShowStroke()
public void setBarShowStroke(Boolean barShowStroke)
barShowStroke
- the new bar show stroke (default is true).public Integer getBarStrokeWidth()
public void setBarStrokeWidth(Integer barStrokeWidth)
barStrokeWidth
- the new bar stroke width (default is 2).public Integer getBarValueSpacing()
public void setBarValueSpacing(Integer barValueSpacing)
barValueSpacing
- the spacing between each of the X value sets (default is 5)public Integer getBarDatasetSpacing()
public void setBarDatasetSpacing(Integer barDatasetSpacing)
barDatasetSpacing
- the spacing between data sets within X values (default is 1).Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.