VisualStatesDictionary
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.VisualStates
Summary:
Defines a collection of visual states.
Methods
// Sets the visual state of the instance.
| String stateName, | // The state name. |
| Animatable animatable | // The animatable instance. |
)
// Clears the visual state of the instance.
| String stateName, | // The state name. |
| Animatable animatable | // The animatable instance. |
)
// Sets the visual state of the instance.
| String stateName, | // The state name. |
| IDrawnElement element | // The animatable instance. |
)
// Clears the visual state of the instance.
| String stateName, | // The state name. |
| IDrawnElement element | // The animatable instance. |
)