✅ You are viewing documentation for the latest version of Compose SDK.
Version:
# Type alias LineSubtype
LineSubtype:
"line/basic"|"line/spline"|"line/step"
Property of LineStyleOptions
Subtype of LineChart
Values
line/spline- curved line from point to point.line/basic- straight line from point to point.line/step- step line where segments create a step-like pattern.