ChartCSF
type ChartCSF = object;Properties
Section titled “Properties”auto_title_deleted?
Section titled “auto_title_deleted?”optional auto_title_deleted?: boolean;optional axes?: AxisCSF[];data_labels?
Section titled “data_labels?”optional data_labels?: object;values
Section titled “values”values: boolean;grouping?
Section titled “grouping?”optional grouping?: "standard" | "stacked" | "clustered" | "percentStacked";id: string;labels?
Section titled “labels?”optional labels?: Formula;legend?
Section titled “legend?”optional legend?: object;position
Section titled “position”position: "top" | "bottom" | "left" | "right" | "top-right";series
Section titled “series”series: Series[];title?
Section titled “title?”optional title?: FormulaOrLiteralString;type: ChartType | "combo";vary_colors?
Section titled “vary_colors?”optional vary_colors?: boolean;