/
Achsenkonfiguration
Achsenkonfiguration
Properties | |
---|---|
AxisTitlePosition | Where to place the axis titles, compared to the chart area. Supported values: barChart.setAxisTitlesPosition(AxisTitlesPosition.IN); |
HAxis / VAxis | An object with members to configure various horizontal axis elements. To specify properties of this object, you can use object literal notation, as shown here: Axis haxis= Axis.Builder()
.slantedText(true)
.direction(Direction.REVERSE)
.minorGridlines(GridLines.New("red", 5))
.format("currency").build();
barChart.setHAxis(haxis);
More detailed information about Axis see: https://developers.google.com/chart/interactive/docs/gallery/barchart#bar-styles |
, multiple selections available,
Related content
Achsenkonfiguration
Achsenkonfiguration
More like this
TableChart
TableChart
More like this
TableChart
TableChart
More like this
ComboChart
ComboChart
More like this
ComboChart
ComboChart
More like this
Properties allgemein
Properties allgemein
More like this
XDEV Software Corp. - One Embarcadero Center, San Francisco, CA 94111, US
Copyright © 2015. XDEV Software Corp. All rights reserved.