Skip to content

What to do when properties of axes factories change after initialization? #1

@Whathecode

Description

@Whathecode

Right now AbstractXAxesFactory exposes Anchor, FixedY and StepSize, since these need to be able to be set from XAML (hence a default constructor needs to be present).

This seems to work, but they can not be changed at runtime as this would break the underlying AbstractAxesLabelFactory logic.

These should probably be turned into dependency properties, and a way to reinitialize the underlying abstract class needs to be implemented upon property changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions