VisualAxisRange Members
In This Article
#Constructors
Name | Description |
---|---|
Visual |
Initializes a new instance of the Visual |
#Fields
Name | Description |
---|---|
End |
Identifies the Axis |
End |
Identifies the Axis |
Start |
Identifies the Axis |
Start |
Identifies the Axis |
Synchronize |
Identifies the Visual |
#Properties
Name | Description |
---|---|
End |
Gets or sets the value identifying the end of the range.
Inherited from Axis |
End |
Gets or sets the internal numerical representation of the range end value.
Inherited from Axis |
Start |
Gets or sets the value identifying the start of the range.
Inherited from Axis |
Start |
Gets or sets the internal numerical representation of the range start value.
Inherited from Axis |
Synchronize |
Gets or sets a value indicating whether or not to synchronize this visual range with the Axis |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
Sets both the start and end internal values of an axis range.
Inherited from Axis |
Set |
Sets both the start and end values of an axis range.
Inherited from Axis |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Property |
Occurs every time any of the Chart |
See Also