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

 NameDescription
Public PropertyCapacity (Inherited from System.Collections.CollectionBase)
Public PropertyCount (Inherited from System.Collections.CollectionBase)
Public PropertyItemGets or sets the object at a specified index. (Inherited from AxisCollection)
Public PropertyModeGets or sets the SynchronizeScaleMode of this scale sync class.  
Public PropertyPreserveScale Gets or sets a value that determines whether the axis scale will change when re-drawn on another ChartArea.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded. Adds a specified AxisCollection to this collection. (Inherited from AxisCollection)
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodContainsDetermines whether this collection contains a specified Axis. (Inherited from AxisCollection)
Public MethodGetEnumerator (Inherited from System.Collections.CollectionBase)
Public MethodIndexOfDetermines the index of a specified Axis in this collection. (Inherited from AxisCollection)
Public MethodInsertInserts a Axis into this collection at a specified index. (Inherited from AxisCollection)
Public MethodRemoveRemoves a specified Axis from this collection. (Inherited from AxisCollection)
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also