# Change Marker

In Line and Scatter (No Aggregation) charts, you can change the marker type for each Y-Axis from the Marker Setting dialog. You can access the dialog by selecting `Marker` menu from Y-Axis property dropdown.

![](/files/-M4oNBY9YgQjfnRuFvPx)

You can select one of the following marker types. The default value is `(Default)` which follows the base chart type. If you select Line Chart, it will be Line.

* (Default) - It shows the same markers as the base chart type. For example, if you select Line Chart, it will be Line.
* Circle
* Bar
* Line
* Line + Circle

![](/files/-M4oNBYBg1i45pvMBbaJ)

For Circle marker type, you can set the circle size.

For the Line marker type, you can set the line width and line style. The following line style options are available.

* Solid
* Dot
* Dash
* Long Dash
* Dash and Dot
* Long Dash and Dot

If you have multiple Y-Axises defined, you can set marker type for each Y-Axis independently so that you can mix different marker types in the same chart. For example, you can set `Line` marker for Y1-Axis, and `Circle` for Y2-Axis.

![](/files/-M4oNBYFSyGRoblj8DAf)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.exploratory.io/visualization/features/marker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
