Class

# ChartLinearStyle

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

## Description

The style for the values endpoint and drawing of the connection line between values.

## Properties

<div class="rst-class">

table-centered_columns_3_and_4

</div>

| Name                                  | Type                                                     | Read-Only | Shared |
|---------------------------------------|----------------------------------------------------------|-----------|--------|
| `EndPoint<chartlinearstyle.endpoint>` | `ChartLinearStyle.EndPoints<chartlinearstyle.endpoints>` |           |        |
| `Line<chartlinearstyle.line>`         | `ChartLinearStyle.LineTypes<chartlinearstyle.linetypes>` |           |        |

## Enumerations

<div id="chartlinearstyle.endpoints">

<div class="rst-class">

forsearch

</div>

</div>

ChartLinearStyle.EndPoints

### EndPoints

> The types of the endpoints.
>
> | Name        |
> |-------------|
> | None        |
> | Bullet      |
> | Cross       |
> | CrossRot    |
> | Dash        |
> | Line        |
> | Rect        |
> | RectRounded |
> | RectRot     |
> | Star        |
> | Triangle    |

<div id="chartlinearstyle.linetypes">

<div class="rst-class">

forsearch

</div>

</div>

ChartLinearStyle.LineTypes

### LineTypes

> The types of lines.
>
> | Name   |
> |--------|
> | Dashed |
> | None   |
> | Solid  |

## Property descriptions

<div id="chartlinearstyle.endpoint">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ChartLinearStyle.EndPoint

**EndPoint** As `ChartLinearStyle.EndPoints<chartlinearstyle.endpoints>`

> The selected EndPoint style.

<div id="chartlinearstyle.line">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ChartLinearStyle.Line

**Line** As `ChartLinearStyle.LineTypes<chartlinearstyle.linetypes>`

> The selected LineType style.

## Compatibility

|                       |                      |
|-----------------------|----------------------|
| **Project Types**     | Desktop, Mobile, Web |
| **Operating Systems** | All                  |

<div class="seealso">

`Object</api/data_types/additional_types/object>` parent class; `Chart</api/user_interface/controls/chart>` control; `ChartLinearDataset</api/user_interface/charts/chartlineardataset>` class.

</div>
