Class BarChartSerie

java.lang.Object
com.independentsoft.office.charts.BarChartSerie

public class BarChartSerie extends Object
The Class BarChartSerie.
  • Constructor Details

    • BarChartSerie

      public BarChartSerie()
      Instantiates a new bar chart serie.
  • Method Details

    • clone

      public BarChartSerie clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getCategoryAxis

      public CategoryAxis getCategoryAxis()
      Gets the category axis.
      Returns:
      the category axis
    • setCategoryAxis

      public void setCategoryAxis(CategoryAxis categoryAxis)
      Sets the category axis.
      Parameters:
      categoryAxis - the new category axis
    • getDataLabels

      public DataLabels getDataLabels()
      Gets the data labels.
      Returns:
      the data labels
    • setDataLabels

      public void setDataLabels(DataLabels dataLabels)
      Sets the data labels.
      Parameters:
      dataLabels - the new data labels
    • getDataPoints

      public List<DataPoint> getDataPoints()
      Gets the data points.
      Returns:
      the data points
    • getErrorBars

      public ErrorBars getErrorBars()
      Gets the error bars.
      Returns:
      the error bars
    • setErrorBars

      public void setErrorBars(ErrorBars errorBars)
      Sets the error bars.
      Parameters:
      errorBars - the new error bars
    • getIndex

      public int getIndex()
      Gets the index.
      Returns:
      the index
    • setIndex

      public void setIndex(int index)
      Sets the index.
      Parameters:
      index - the new index
    • isInvertIfNegative

      public boolean isInvertIfNegative()
      Checks if is invert if negative.
      Returns:
      true, if is invert if negative
    • setInvertIfNegative

      public void setInvertIfNegative(boolean invertIfNegative)
      Sets the invert if negative.
      Parameters:
      invertIfNegative - the new invert if negative
    • getOrder

      public int getOrder()
      Gets the order.
      Returns:
      the order
    • setOrder

      public void setOrder(int order)
      Sets the order.
      Parameters:
      order - the new order
    • getPictureOptions

      public PictureOptions getPictureOptions()
      Gets the picture options.
      Returns:
      the picture options
    • setPictureOptions

      public void setPictureOptions(PictureOptions pictureOptions)
      Sets the picture options.
      Parameters:
      pictureOptions - the new picture options
    • getShapeType

      public ShapeType getShapeType()
      Gets the shape type.
      Returns:
      the shape type
    • setShapeType

      public void setShapeType(ShapeType shapeType)
      Sets the shape type.
      Parameters:
      shapeType - the new shape type
    • getChartShapeProperties

      public ChartShapeProperties getChartShapeProperties()
      Gets the chart shape properties.
      Returns:
      the chart shape properties
    • getTrendlines

      public List<Trendline> getTrendlines()
      Gets the trendlines.
      Returns:
      the trendlines
    • getSeriesText

      public SeriesText getSeriesText()
      Gets the series text.
      Returns:
      the series text
    • setSeriesText

      public void setSeriesText(SeriesText seriesText)
      Sets the series text.
      Parameters:
      seriesText - the new series text
    • getValues

      public Values getValues()
      Gets the values.
      Returns:
      the values
    • setValues

      public void setValues(Values values)
      Sets the values.
      Parameters:
      values - the new values