Provides settings for the ticks and labels in a gauge scale.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract class TickSettings : FrameworkElement, INotifyPropertyChanged |
Visual Basic
Copy Code
|
|---|
Public MustInherit Class TickSettings |
Inheritance HierarchySystem.Object![]()
System.Windows.Threading.DispatcherObject![]()
System.Windows.DependencyObject![]()
System.Windows.Media.Visual![]()
System.Windows.UIElement![]()
System.Windows.FrameworkElement![]()
MindFusion.Gauges.Wpf.TickSettings
MindFusion.Gauges.Wpf.MajorTickSettings
MindFusion.Gauges.Wpf.MiddleTickSettings
MindFusion.Gauges.Wpf.MinorTickSettings
See Also