-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Description
A few years ago there were large changes in the API related to styling customization. To insulate users from the breaking changes, axis customizations were achieved through public methods. Lots of items (like tick length) are not customizable because public methods modifying them were not created.
Now that the API is stable, it seems like these configuration classes can be made public to let users more easily reach in and customize styling.
ScottPlot/src/ScottPlot4/ScottPlot/Renderable/Axis.cs
Lines 57 to 60 in c1bd47a
| // private renderable components | |
| private readonly AxisLabel AxisLabel = new AxisLabel(); | |
| private readonly AxisTicks AxisTicks = new AxisTicks(); | |
| private readonly AxisLine AxisLine = new AxisLine(); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels