# C1LinearGauge Component

C1LinearGauge provides many different properties to customize your Linear Gauge control. See more demos, documentation, and samples here.

## Content



The horizontal linear gauge uses height of the working area as the base dimension. The vertical gauge uses area's width as the base dimension. [C1LinearGauge](/componentone/docs/win/online-gauges/) has the [BaseOrigin](/componentone/docs/win/online-gauges/) property that specifies a position (as a portion of the base dimension) where the transversal axis starts. The [BaseFactor](/componentone/docs/win/online-gauges/) property sets a portion of the base dimension whose length is 100 in logical coordinates.

The [AxisStart](/componentone/docs/win/online-gauges/) and [AxisLength](/componentone/docs/win/online-gauges/) properties specify the start and length of the longitudinal (value) axis. If the [IsReversed](/componentone/docs/win/online-gauges/) property is set to **True** the direction of the longitudinal axis becomes opposite to the direction where the values increase. The next image shows a few available options for the linear gauge coordinate system.

<br />![linear gauge coordinate system](https://cdn.mescius.io/document-site-files/images/2003d53a-81bd-40aa-82c0-56cd09293e5d/imagesext/image16_7.png)

## See Also

[Design-Time Support](/componentone/docs/win/online-gauges/designtimesupport)