Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Extensions
- EO.Pdf
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.WebBrowser
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WinForm
- EO.Wpf
- EO.Wpf.Gauge
- EO.Wpf.Gauge
- Classes
- CircularGaugeFrame Class
- CircularLabelOptions Class
- CircularLineOptions Class
- CircularOptions Class
- CircularScale Class
- CircularTickOptions Class
- LinearGaugeFrame Class
- LinearLabelOptions Class
- LinearOptions Class
- LinearRangeBarOptions Class
- LinearScale Class
- LinearScaleBase Class
- LinearTickBar Class
- LinearTickOptions Class
- MajorCircularLabelOptions Class
- MajorCircularTickOptions Class
- MajorLinearLabelOptions Class
- MajorLinearTickOptions Class
- Marker Class
- MarkerCollection Class
- MinorCircularLabelOptions Class
- MinorCircularTickOptions Class
- MinorLinearLabelOptions Class
- MinorLinearTickOptions Class
- Needle Class
- Options Class
- ProgressIndicator Class
- Range Class
- RangeBarOptionsBase Class
- RangeCollection Class
- RollingRangeBarOptions Class
- RollingScale Class
- RollingTickBar Class
- ScaleBase Class
- TickBarBase Class
- ValueIndicator Class
- Enumerations
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
MarkerCollection Members |
The MarkerCollection class exposes the following members.
Constructors
Name | Description | |
---|---|---|
MarkerCollection(); | Initializes a new instance of the MarkerCollection class. |
Properties
Name | Description | |
---|---|---|
Count (inherited from Collection<T>) | ||
Item (inherited from Collection<T>) | ||
Items (inherited from Collection<T>) |
Methods
Name | Description | |
---|---|---|
Add (inherited from Collection<T>) | ||
BlockReentrancy (inherited from ObservableCollection<T>) | ||
CheckReentrancy (inherited from ObservableCollection<T>) | ||
Clear (inherited from Collection<T>) | ||
ClearItems (inherited from ObservableCollection<T>) | ||
Contains (inherited from Collection<T>) | ||
CopyTo (inherited from Collection<T>) | ||
Equals (inherited from Object) | ||
Finalize (inherited from Object) | ||
GetEnumerator (inherited from Collection<T>) | ||
GetHashCode (inherited from Object) | ||
GetType (inherited from Object) | ||
IndexOf (inherited from Collection<T>) | ||
Insert (inherited from Collection<T>) | ||
InsertItem (inherited from ObservableCollection<T>) | ||
MemberwiseClone (inherited from Object) | ||
Move (inherited from ObservableCollection<T>) | ||
MoveItem (inherited from ObservableCollection<T>) | ||
OnCollectionChanged (inherited from ObservableCollection<T>) | ||
OnPropertyChanged (inherited from ObservableCollection<T>) | ||
Remove (inherited from Collection<T>) | ||
RemoveAt (inherited from Collection<T>) | ||
RemoveItem (inherited from ObservableCollection<T>) | ||
SetItem (inherited from ObservableCollection<T>) | ||
ToString (inherited from Object) |
See Also