dotnetCHARTING Send comments on this topic.
Axis.ScaleSync Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : Axis.ScaleSync Class


The following tables list the members exposed by Axis.ScaleSync.

Public Properties

  Name Description
Public Property Capacity (Inherited from System.Collections.CollectionBase)
Public Property Count (Inherited from System.Collections.CollectionBase)
Public Property Item Gets or sets the object at a specified index. (Inherited from AxisCollection)
Public Property Mode Gets or sets the SynchronizeScaleMode of this scale sync class.  
Public Property PreserveScale Gets or sets a value that determines whether the axis scale will change when re-drawn on another ChartArea.  
Top

Public Methods

  Name Description
Public Method Add Overloaded. Adds a specified AxisCollection to this collection. (Inherited from AxisCollection)
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Contains Determines whether this collection contains a specified Axis. (Inherited from AxisCollection)
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)
Public Method IndexOf Determines the index of a specified Axis in this collection. (Inherited from AxisCollection)
Public Method Insert Inserts a Axis into this collection at a specified index. (Inherited from AxisCollection)
Public Method Remove Removes a specified Axis from this collection. (Inherited from AxisCollection)
Public Method RemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also