> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codex.io/llms.txt
> Use this file to discover all available pages before exploring further.

# PairChartSettings

> Input options for the chart.

<div data-generated>
  ## GraphQL

  ```
  input PairChartSettings {
    pairAddress: String!
    networkId: Int!
    from: Int
    to: Int
    quoteToken: QuoteToken
    resolution: String
    theme: ChartTheme
  }

  enum QuoteToken {
    token0
    token1
  }

  enum ChartTheme {
    LIGHT
    DARK
  }
  ```

  ### Used By

  **Used as input by**

  * [chartUrls](/api-reference/queries/charturls.md): Returns a URL for a pair chart.
</div>
