API / geotoolkit / seismic / widgets / TraceHeaderChartWidget / TraceHeaderChartWidget
widgets.TraceHeaderChartWidget.TraceHeaderChartWidget
Type Aliases
Ƭ ChartOptions: HeaderOptions & { name?: string }
Chart options
Ƭ HeaderOptions: Object
chart options
| Name | Type | Description |
|---|---|---|
autolimits? | boolean | automatic limits calculation |
axis? | { linestyle?: Type ; title?: string | { text?: string ; visible?: boolean } } | axis options |
axis.linestyle? | Type | axis line style |
axis.title? | string | { text?: string ; visible?: boolean } | axis title |
chart? | { linestyle?: Type } | chart options |
chart.linestyle? | Type | chart line style |
linestyle? | Type | line style |
neatlimits? | boolean | neat limits |
range? | Range | header data range |
visible? | boolean | Visible header |
Ƭ Options: Options & { charts?: (ChartOptions | string)[] ; pipeline?: SeismicPipeline ; title?: string | TitleOptions }
options
Ƭ OptionsOut: OptionsOut & { charts?: ChartOptions[] ; title?: TitleOptions }
props
Ƭ TitleOptions: Object
chart title or title options
| Name | Type | Description |
|---|---|---|
size? | number | string | title size |
text? | string | title text |
textstyle? | Type | title text style |