/** Sets the auto plot area field value. ?? */ public void setAutoPlotArea(boolean value) { field_1_flags = autoPlotArea.setBoolean(field_1_flags, value); }
/** * Sets the default plot dimensions field value. Indicates that the default area dimensions should * be used. */ public void setDefaultPlotDimensions(boolean value) { field_1_flags = defaultPlotDimensions.setBoolean(field_1_flags, value); }
/** Sets the plot visible only field value. Only show visible cells on the chart. */ public void setPlotVisibleOnly(boolean value) { field_1_flags = plotVisibleOnly.setBoolean(field_1_flags, value); }
/** * Sets the do not size with window field value. Do not size the chart when the window changes * size */ public void setDoNotSizeWithWindow(boolean value) { field_1_flags = doNotSizeWithWindow.setBoolean(field_1_flags, value); }
/** * Sets the chart type manually formatted field value. Has the chart type been manually formatted? */ public void setChartTypeManuallyFormatted(boolean value) { field_1_flags = chartTypeManuallyFormatted.setBoolean(field_1_flags, value); }