# ChartSourceQuery ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **disabled** | **bool** | Whether the source is disabled | [optional] **name** | **str** | Name of the source | **query** | **str** | Query expression to plot on the chart | **query_type** | **str** | Query type of the source | [optional] **querybuilder_enabled** | **bool** | Whether or not this source line should have the query builder enabled | [optional] **querybuilder_serialization** | **str** | Opaque representation of the querybuilder | [optional] **scatter_plot_source** | **str** | For scatter plots, does this query source the X-axis or the Y-axis | [optional] **secondary_axis** | **bool** | Determines if this source relates to the right hand Y-axis or not | [optional] **source_color** | **str** | The color used to draw all results from this source (auto if unset) | [optional] **source_description** | **str** | A description for the purpose of this source | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)