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

# visualizeImageChart

<div className="kinetica-doxygen">
  <div id="a20b374fed345959518ae9d1096be279b" />

  <h2 className="memtitle"><span className="permalink"><a href="#a20b374fed345959518ae9d1096be279b">◆ </a></span>visualizeImageChart() <span className="overload">\[1/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartResponse">VisualizeImageChartResponse</a> gpudb::GPUdb::visualizeImageChart </td>
          <td>(</td>
          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">tableName</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::vector\< std::string > &</td>
          <td className="paramname"><span className="paramname"><span className="em">xColumnNames</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::vector\< std::string > &</td>
          <td className="paramname"><span className="paramname"><span className="em">yColumnNames</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const double</td>
          <td className="paramname"><span className="paramname"><span className="em">minX</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const double</td>
          <td className="paramname"><span className="paramname"><span className="em">maxX</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const double</td>
          <td className="paramname"><span className="paramname"><span className="em">minY</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const double</td>
          <td className="paramname"><span className="paramname"><span className="em">maxY</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const int32\_t</td>
          <td className="paramname"><span className="paramname"><span className="em">width</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const int32\_t</td>
          <td className="paramname"><span className="paramname"><span className="em">height</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">bgColor</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::map\< std::string, std::vector\< std::string > > &</td>
          <td className="paramname"><span className="paramname"><span className="em">styleOptions</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::map\< std::string, std::string > &</td>
          <td className="paramname"><span className="paramname"><span className="em">options</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Scatter plot is the only plot type currently supported. </p>
      <p>A non-numeric column can be specified as x or y column and jitters can be added to them to avoid excessive overlapping. All color values must be in the format RRGGBB or AARRGGBB (to specify the alpha value). The image is contained in the <a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartResponse#a7a857e2d9864e96a2f9bb7adbee789d2">imageData</a> field.</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">tableName</td>
              <td>Name of the table containing the data to be drawn as a chart, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">xColumnNames</td>
              <td>Names of the columns containing the data mapped to the x axis of a chart. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">yColumnNames</td>
              <td>Names of the columns containing the data mapped to the y axis of a chart. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">minX</td>
              <td>Lower bound for the x column values. For non-numeric x column, each x column item is mapped to an integral value starting from 0. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">maxX</td>
              <td>Upper bound for the x column values. For non-numeric x column, each x column item is mapped to an integral value starting from 0. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">minY</td>
              <td>Lower bound for the y column values. For non-numeric y column, each y column item is mapped to an integral value starting from 0. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">maxY</td>
              <td>Upper bound for the y column values. For non-numeric y column, each y column item is mapped to an integral value starting from 0. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">width</td>
              <td>Width of the generated image in pixels. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">height</td>
              <td>Height of the generated image in pixels. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">bgColor</td>
              <td>Background color of the generated image. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">styleOptions</td>

              <td>
                Rendering style options for a chart.

                <ul>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a24aa7921b4c6306d6b93c84e05e06354">visualize\_image\_chart\_pointcolor</a>: The color of points in the plot represented as a hexadecimal number. The default value is '0000FF'. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab4924e0dc08c60bd1d63951bbb2417f6">visualize\_image\_chart\_pointsize</a>: The size of points in the plot represented as number of pixels. The default value is '3'. </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a4860eeae9d4ad84108f4c00c9398970d">visualize\_image\_chart\_pointshape</a>: The shape of points in the plot. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a78d16673e9cefb8cc6ac46d0b139798b">visualize\_image\_chart\_none</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0730fc8fdd1a0438a6b90f191ba79884">visualize\_image\_chart\_circle</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a5c86f5c0c3e7378e19721bb898d6c96f">visualize\_image\_chart\_square</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a1e4064f742346098574ccb6b221421f1">visualize\_image\_chart\_diamond</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#abbaf926e55cfbf92ffbe5defebd1b2ef">visualize\_image\_chart\_hollowcircle</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a8022a791e14f2346fe0f3efba6eb6248">visualize\_image\_chart\_hollowsquare</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#af340a8e50a4d7deb99bb61c7e7b36347">visualize\_image\_chart\_hollowdiamond</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a5c86f5c0c3e7378e19721bb898d6c96f">visualize\_image\_chart\_square</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#ae26bec9ad1c71c21c6813f3b2688b580">visualize\_image\_chart\_cb\_pointcolors</a>: Point color class break information consisting of three entries: class-break attribute, class-break values/ranges, and point color values. This option overrides the pointcolor option if both are provided. Class-break ranges are represented in the form of "min:max". Class-break values/ranges and point color values are separated by cb\_delimiter, e.g. {"{"}"price", "20:30;30:40;40:50", "0xFF0000;0x00FF00;0x0000FF"{"}"}. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a63c86277e0c09f1a115eee0d381207ea">visualize\_image\_chart\_cb\_pointsizes</a>: Point size class break information consisting of three entries: class-break attribute, class-break values/ranges, and point size values. This option overrides the pointsize option if both are provided. Class-break ranges are represented in the form of "min:max". Class-break values/ranges and point size values are separated by cb\_delimiter, e.g. {"{"}"states", "NY;TX;CA", "3;5;7"{"}"}. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a1bf5aed71db90f7bddd0de0853b91a0c">visualize\_image\_chart\_cb\_pointshapes</a>: Point shape class break information consisting of three entries: class-break attribute, class-break values/ranges, and point shape names. This option overrides the pointshape option if both are provided. Class-break ranges are represented in the form of "min:max". Class-break values/ranges and point shape names are separated by cb\_delimiter, e.g. {"{"}"states", "NY;TX;CA", "circle;square;diamond"{"}"}. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a79f20b5244daa94e028ed7540849c8e7">visualize\_image\_chart\_cb\_delimiter</a>: A character or string which separates per-class values in a class-break style option string. The default value is ';'. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a466af02008d901f7b6540782cca65e80">visualize\_image\_chart\_x\_order\_by</a>: An expression or aggregate expression by which non-numeric x column values are sorted, e.g. "avg(price) descending". </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a77d9c775a5e5a0e6c996b20402a0cf6b">visualize\_image\_chart\_y\_order\_by</a>: An expression or aggregate expression by which non-numeric y column values are sorted, e.g. "avg(price)", which defaults to "avg(price) ascending". </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#aff5074bf41616022ebc77a2596ee3b19">visualize\_image\_chart\_scale\_type\_x</a>: <a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> of x axis scale. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a78d16673e9cefb8cc6ac46d0b139798b">visualize\_image\_chart\_none</a>: No scale is applied to the x axis. </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a34b76f475c3cdd013bbdee483bf3dc1e">visualize\_image\_chart\_log</a>: A base-10 log scale is applied to the x axis. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a78d16673e9cefb8cc6ac46d0b139798b">visualize\_image\_chart\_none</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a6f88054596485f3e28e807956126ef52">visualize\_image\_chart\_scale\_type\_y</a>: <a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> of y axis scale. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a78d16673e9cefb8cc6ac46d0b139798b">visualize\_image\_chart\_none</a>: No scale is applied to the y axis. </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a34b76f475c3cdd013bbdee483bf3dc1e">visualize\_image\_chart\_log</a>: A base-10 log scale is applied to the y axis. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a78d16673e9cefb8cc6ac46d0b139798b">visualize\_image\_chart\_none</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#af75c337c081a257a9e0d96ff0b3de7f7">visualize\_image\_chart\_min\_max\_scaled</a>: If this options is set to <span className="em arg">false</span>, this endpoint expects request's min/max values are not yet scaled. They will be scaled according to scale\_type\_x or scale\_type\_y for response. If this options is set to <span className="em arg">true</span>, this endpoint expects request's min/max values are already scaled according to scale\_type\_x/scale\_type\_y. Response's min/max values will be equal to request's min/max values. The default value is 'false'. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a732e095fd9a970667e775e4405fd7e2b">visualize\_image\_chart\_jitter\_x</a>: Amplitude of horizontal jitter applied to non-numeric x column values. The default value is '0.0'. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a8fe44d0b17774563646c74e2ae49b995">visualize\_image\_chart\_jitter\_y</a>: Amplitude of vertical jitter applied to non-numeric y column values. The default value is '0.0'. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a780b024ca9e2cc6f18063133f29b40b3">visualize\_image\_chart\_plot\_all</a>: If this options is set to <span className="em arg">true</span>, all non-numeric column values are plotted ignoring min\_x, max\_x, min\_y and max\_y parameters. The default value is 'false'. </li>
                </ul>
              </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a83ae29d8b1179e114787c6220a996225">visualize\_image\_chart\_image\_encoding</a>: Encoding to be applied to the output image. When using JSON serialization it is recommended to specify this as <a className="el" href="/content/api/cpp/namespacegpudb#abd8fb1b2afb330153f51bef806b6921c">base64</a>. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#abd8fb1b2afb330153f51bef806b6921c">visualize\_image\_chart\_base64</a>: Apply base64 encoding to the output image. </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a78d16673e9cefb8cc6ac46d0b139798b">visualize\_image\_chart\_none</a>: Do not apply any additional encoding to the output image. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a78d16673e9cefb8cc6ac46d0b139798b">visualize\_image\_chart\_none</a>.
                  </li>
                </ul>

                The default value is an empty map.
              </td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="a80e96dec306141c781a60f3e0c7992ea" />

  <h2 className="memtitle"><span className="permalink"><a href="#a80e96dec306141c781a60f3e0c7992ea">◆ </a></span>visualizeImageChart() <span className="overload">\[2/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartResponse">VisualizeImageChartResponse</a> & gpudb::GPUdb::visualizeImageChart </td>
          <td>(</td>
          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">tableName</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::vector\< std::string > &</td>
          <td className="paramname"><span className="paramname"><span className="em">xColumnNames</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::vector\< std::string > &</td>
          <td className="paramname"><span className="paramname"><span className="em">yColumnNames</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const double</td>
          <td className="paramname"><span className="paramname"><span className="em">minX</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const double</td>
          <td className="paramname"><span className="paramname"><span className="em">maxX</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const double</td>
          <td className="paramname"><span className="paramname"><span className="em">minY</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const double</td>
          <td className="paramname"><span className="paramname"><span className="em">maxY</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const int32\_t</td>
          <td className="paramname"><span className="paramname"><span className="em">width</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const int32\_t</td>
          <td className="paramname"><span className="paramname"><span className="em">height</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">bgColor</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::map\< std::string, std::vector\< std::string > > &</td>
          <td className="paramname"><span className="paramname"><span className="em">styleOptions</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::map\< std::string, std::string > &</td>
          <td className="paramname"><span className="paramname"><span className="em">options</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype"><a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartResponse">VisualizeImageChartResponse</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Scatter plot is the only plot type currently supported. </p>
      <p>A non-numeric column can be specified as x or y column and jitters can be added to them to avoid excessive overlapping. All color values must be in the format RRGGBB or AARRGGBB (to specify the alpha value). The image is contained in the <a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartResponse#a7a857e2d9864e96a2f9bb7adbee789d2">imageData</a> field.</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">tableName</td>
              <td>Name of the table containing the data to be drawn as a chart, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">xColumnNames</td>
              <td>Names of the columns containing the data mapped to the x axis of a chart. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">yColumnNames</td>
              <td>Names of the columns containing the data mapped to the y axis of a chart. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">minX</td>
              <td>Lower bound for the x column values. For non-numeric x column, each x column item is mapped to an integral value starting from 0. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">maxX</td>
              <td>Upper bound for the x column values. For non-numeric x column, each x column item is mapped to an integral value starting from 0. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">minY</td>
              <td>Lower bound for the y column values. For non-numeric y column, each y column item is mapped to an integral value starting from 0. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">maxY</td>
              <td>Upper bound for the y column values. For non-numeric y column, each y column item is mapped to an integral value starting from 0. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">width</td>
              <td>Width of the generated image in pixels. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">height</td>
              <td>Height of the generated image in pixels. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">bgColor</td>
              <td>Background color of the generated image. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">styleOptions</td>

              <td>
                Rendering style options for a chart.

                <ul>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a24aa7921b4c6306d6b93c84e05e06354">visualize\_image\_chart\_pointcolor</a>: The color of points in the plot represented as a hexadecimal number. The default value is '0000FF'. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab4924e0dc08c60bd1d63951bbb2417f6">visualize\_image\_chart\_pointsize</a>: The size of points in the plot represented as number of pixels. The default value is '3'. </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a4860eeae9d4ad84108f4c00c9398970d">visualize\_image\_chart\_pointshape</a>: The shape of points in the plot. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a78d16673e9cefb8cc6ac46d0b139798b">visualize\_image\_chart\_none</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0730fc8fdd1a0438a6b90f191ba79884">visualize\_image\_chart\_circle</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a5c86f5c0c3e7378e19721bb898d6c96f">visualize\_image\_chart\_square</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a1e4064f742346098574ccb6b221421f1">visualize\_image\_chart\_diamond</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#abbaf926e55cfbf92ffbe5defebd1b2ef">visualize\_image\_chart\_hollowcircle</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a8022a791e14f2346fe0f3efba6eb6248">visualize\_image\_chart\_hollowsquare</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#af340a8e50a4d7deb99bb61c7e7b36347">visualize\_image\_chart\_hollowdiamond</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a5c86f5c0c3e7378e19721bb898d6c96f">visualize\_image\_chart\_square</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#ae26bec9ad1c71c21c6813f3b2688b580">visualize\_image\_chart\_cb\_pointcolors</a>: Point color class break information consisting of three entries: class-break attribute, class-break values/ranges, and point color values. This option overrides the pointcolor option if both are provided. Class-break ranges are represented in the form of "min:max". Class-break values/ranges and point color values are separated by cb\_delimiter, e.g. {"{"}"price", "20:30;30:40;40:50", "0xFF0000;0x00FF00;0x0000FF"{"}"}. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a63c86277e0c09f1a115eee0d381207ea">visualize\_image\_chart\_cb\_pointsizes</a>: Point size class break information consisting of three entries: class-break attribute, class-break values/ranges, and point size values. This option overrides the pointsize option if both are provided. Class-break ranges are represented in the form of "min:max". Class-break values/ranges and point size values are separated by cb\_delimiter, e.g. {"{"}"states", "NY;TX;CA", "3;5;7"{"}"}. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a1bf5aed71db90f7bddd0de0853b91a0c">visualize\_image\_chart\_cb\_pointshapes</a>: Point shape class break information consisting of three entries: class-break attribute, class-break values/ranges, and point shape names. This option overrides the pointshape option if both are provided. Class-break ranges are represented in the form of "min:max". Class-break values/ranges and point shape names are separated by cb\_delimiter, e.g. {"{"}"states", "NY;TX;CA", "circle;square;diamond"{"}"}. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a79f20b5244daa94e028ed7540849c8e7">visualize\_image\_chart\_cb\_delimiter</a>: A character or string which separates per-class values in a class-break style option string. The default value is ';'. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a466af02008d901f7b6540782cca65e80">visualize\_image\_chart\_x\_order\_by</a>: An expression or aggregate expression by which non-numeric x column values are sorted, e.g. "avg(price) descending". </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a77d9c775a5e5a0e6c996b20402a0cf6b">visualize\_image\_chart\_y\_order\_by</a>: An expression or aggregate expression by which non-numeric y column values are sorted, e.g. "avg(price)", which defaults to "avg(price) ascending". </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#aff5074bf41616022ebc77a2596ee3b19">visualize\_image\_chart\_scale\_type\_x</a>: <a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> of x axis scale. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a78d16673e9cefb8cc6ac46d0b139798b">visualize\_image\_chart\_none</a>: No scale is applied to the x axis. </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a34b76f475c3cdd013bbdee483bf3dc1e">visualize\_image\_chart\_log</a>: A base-10 log scale is applied to the x axis. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a78d16673e9cefb8cc6ac46d0b139798b">visualize\_image\_chart\_none</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a6f88054596485f3e28e807956126ef52">visualize\_image\_chart\_scale\_type\_y</a>: <a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> of y axis scale. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a78d16673e9cefb8cc6ac46d0b139798b">visualize\_image\_chart\_none</a>: No scale is applied to the y axis. </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a34b76f475c3cdd013bbdee483bf3dc1e">visualize\_image\_chart\_log</a>: A base-10 log scale is applied to the y axis. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a78d16673e9cefb8cc6ac46d0b139798b">visualize\_image\_chart\_none</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#af75c337c081a257a9e0d96ff0b3de7f7">visualize\_image\_chart\_min\_max\_scaled</a>: If this options is set to <span className="em arg">false</span>, this endpoint expects request's min/max values are not yet scaled. They will be scaled according to scale\_type\_x or scale\_type\_y for response. If this options is set to <span className="em arg">true</span>, this endpoint expects request's min/max values are already scaled according to scale\_type\_x/scale\_type\_y. Response's min/max values will be equal to request's min/max values. The default value is 'false'. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a732e095fd9a970667e775e4405fd7e2b">visualize\_image\_chart\_jitter\_x</a>: Amplitude of horizontal jitter applied to non-numeric x column values. The default value is '0.0'. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a8fe44d0b17774563646c74e2ae49b995">visualize\_image\_chart\_jitter\_y</a>: Amplitude of vertical jitter applied to non-numeric y column values. The default value is '0.0'. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a780b024ca9e2cc6f18063133f29b40b3">visualize\_image\_chart\_plot\_all</a>: If this options is set to <span className="em arg">true</span>, all non-numeric column values are plotted ignoring min\_x, max\_x, min\_y and max\_y parameters. The default value is 'false'. </li>
                </ul>
              </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a83ae29d8b1179e114787c6220a996225">visualize\_image\_chart\_image\_encoding</a>: Encoding to be applied to the output image. When using JSON serialization it is recommended to specify this as <a className="el" href="/content/api/cpp/namespacegpudb#abd8fb1b2afb330153f51bef806b6921c">base64</a>. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#abd8fb1b2afb330153f51bef806b6921c">visualize\_image\_chart\_base64</a>: Apply base64 encoding to the output image. </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a78d16673e9cefb8cc6ac46d0b139798b">visualize\_image\_chart\_none</a>: Do not apply any additional encoding to the output image. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a78d16673e9cefb8cc6ac46d0b139798b">visualize\_image\_chart\_none</a>.
                  </li>
                </ul>

                The default value is an empty map.
              </td>
            </tr>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartResponse">Response</a> object containing the results of the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>

  <div id="a0bea9319cd2f5900e19533884300e13f" />

  <h2 className="memtitle"><span className="permalink"><a href="#a0bea9319cd2f5900e19533884300e13f">◆ </a></span>visualizeImageChart() <span className="overload">\[3/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartResponse">VisualizeImageChartResponse</a> gpudb::GPUdb::visualizeImageChart </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartRequest">VisualizeImageChartRequest</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">request\_</span></span></td>
          <td>)</td>
          <td> const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Scatter plot is the only plot type currently supported. </p>
      <p>A non-numeric column can be specified as x or y column and jitters can be added to them to avoid excessive overlapping. All color values must be in the format RRGGBB or AARRGGBB (to specify the alpha value). The image is contained in the <a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartResponse#a7a857e2d9864e96a2f9bb7adbee789d2">imageData</a> field.</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">request\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartRequest">Request</a> object containing the parameters for the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="ad7745a14c70622d3955074e6a0aa6891" />

  <h2 className="memtitle"><span className="permalink"><a href="#ad7745a14c70622d3955074e6a0aa6891">◆ </a></span>visualizeImageChart() <span className="overload">\[4/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartResponse">VisualizeImageChartResponse</a> & gpudb::GPUdb::visualizeImageChart </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartRequest">VisualizeImageChartRequest</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">request\_</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype"><a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartResponse">VisualizeImageChartResponse</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Scatter plot is the only plot type currently supported. </p>
      <p>A non-numeric column can be specified as x or y column and jitters can be added to them to avoid excessive overlapping. All color values must be in the format RRGGBB or AARRGGBB (to specify the alpha value). The image is contained in the <a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartResponse#a7a857e2d9864e96a2f9bb7adbee789d2">imageData</a> field.</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">request\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartRequest">Request</a> object containing the parameters for the operation. </td>
            </tr>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartResponse">Response</a> object containing the results of the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1VisualizeImageChartResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>
</div>
