Class MinorTickPoint
Represents a minor tick point.
Inheritance
System.Object
MinorTickPoint
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class MinorTickPoint : Object, INotifyPropertyChanged
Constructors
MinorTickPoint()
Declaration
public MinorTickPoint()
Properties
Visibility
Gets or sets the visibility.
Declaration
public Visibility Visibility { get; set; }
Property Value
System.Windows.Visibility
The visibility. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|