Class LinearRangeCollection
Inheritance
System.Object
LinearRangeCollection
Assembly: Syncfusion.Gauge.Windows.dll
public class LinearRangeCollection : CollectionBase
Constructors
Constructor for LinearRangecollection
Declaration
public LinearRangeCollection(LinearGauge sender)
Parameters
Properties
Gets the index of for the Range
Declaration
public LinearRange this[int index] { get; }
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
Property Value
Methods
Adds the range type to the list
Declaration
public int Add(LinearRange itemType)
Parameters
Returns
Returns whether the list contains the range type
Declaration
public bool Contains(LinearRange itemType)
Parameters
Returns
searches the name in the list
Declaration
public LinearRange FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
Returns the index of the range type
Declaration
public int IndexOf(LinearRange itemType)
Parameters
Returns
Inserts teh range type into the list
Declaration
public void Insert(int index, LinearRange itemType)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
| LinearRange |
itemType |
|
Overrides the clear method
Declaration
protected override void OnClear()
Overrides the oninsert method
Declaration
protected override void OnInsert(int index, object value)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
| System.Object |
value |
|
overrides the onremove method
Declaration
protected override void OnRemove(int index, object value)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
| System.Object |
value |
|
Removes the type from the list
Declaration
public void Remove(LinearRange itemType)
Parameters