Class ChartProperties

    • Field Detail

      • titleChartFont

        public ChartFont titleChartFont
      • titlePadding

        private float titlePadding
      • validate

        private boolean validate
    • Constructor Detail

      • ChartProperties

        public ChartProperties()
    • Method Detail

      • getTitleFont

        public ChartFont getTitleFont()
        Returns:
        ChartFont
      • setTitleFont

        public void setTitleFont​(ChartFont titleFont)
      • getTitlePadding

        public float getTitlePadding()
        Returns the number of pixels between the Chart Title and the axis plot area
        Returns:
        float
      • setTitlePadding

        public void setTitlePadding​(float pixels)
      • validate

        public boolean validate()
        Returns:
        boolean
        Since:
        0.7.0
      • setValidate

        public void setValidate​(boolean validate)
        Toggles the validation of data and properties for the charts. This should be false for production systems as it will run slightly faster. Anything for speed, right? ;)
        Parameters:
        validate -
        Since:
        0.7.0