# Reference

- [Auto Charts](/reference/auto-charts.md): Fully auto detected charts based on the available columns in the result set
- [Directives](/reference/directives.md): Documentation for the ChartSQL language directives
- [@baselines](/reference/directives/baselines.md): Horizontal marks added to charts to mark major comparative values of a series like the average, median, min or max.
- [@baseline-types](/reference/directives/baseline-types.md): Determines the type of baseline to use in conjunction with the @baselines directive
- [@chart](/reference/directives/chart.md): Defines the type of chart like line, area, column, combo
- [@category](/reference/directives/category.md): Defines the column from the result set that will serve as the primary xAxis category or pie chart category.
- [@formats](/reference/directives/baselines-1.md): Specify the visual formatting of series data in the chart
- [@series](/reference/directives/series.md): Comma separated list of columns to use for data on the chart
- [@title](/reference/directives/title.md): Primary name for your chart that is displayed throughout the UI
- [@subtitle](/reference/directives/subtitle.md): A short description about the visualization displayed under the title throughout the UI
- [@groups](/reference/directives/groups.md): Defines a list of hierarchical columns to group along the primary axis
- [@series-types](/reference/directives/series-types.md): Describes the chart types to apply to individual series when the @chart: combo is defined
- [@series-labels](/reference/directives/series-labels.md): Adds labels to series items, placing the text at the top, bottom, inside and various positions
- [@stacking-mode](/reference/directives/stacking-mode.md): Whether the stacking for the chart is shown as 100% of the total or none
- [//@directive: comments](/reference/directives/directive-comments.md): Commenting out directives during development
- [@dash-id](/reference/directives/dash-id.md): Globally unique identifier given to a ChartSQL chart that is published to DashSQL.com
- [@overlay-series](/reference/directives/overlay-series.md): Overlays the specified series on top of each other
- [@tags](/reference/directives/overlay-series-1.md): Describe your SQL script with searchable tags
- [@select-list](/reference/directives/select-list.md): Update the SQL query dynamically from a dropdown list in the ChartSQL Studio UI
- [Glossary](/reference/glossary.md)
- [Shortcuts](/reference/shortcuts.md)
- [Publishing API](/reference/publishing-api.md): API description and procedures for publishing charts to ChartSQL.com
