Expand description
Core reusable types for plot configuration and styling.
These types are intentionally renderer-agnostic and form the stable contract between UI/controller logic and rendering backends.
Structs§
- Axes
Config - Pair of x/y axis configurations.
- Axis
Config - Full axis setup edited by axis controls.
- Color
- RGBA color in 8-bit channels.
- Image
Size - Export output pixel dimensions.
- Layout
Config - Layout-level settings of the plot area and title style.
- Legend
Config - Chart legend configuration.
- Marker
Style - Marker configuration for point rendering.
- Series
Id - Stable identifier of a plotted series.
- Series
Style - Visual style of one plotted series.
- Tick
Config - Tick density controls used by mesh configuration.
Enums§
- Axis
Kind - Axis selector for generic axis actions.
- Image
Format - Supported export image formats.
- Legend
Position - Legend position inside plot area.
- Line
Style - Line pattern used for a series.
- Marker
Shape - Marker shape variants.
- Range
Policy - Axis range policy (
Autofrom data or fixed manual bounds). - Scale
Type - Axis transformation mode.