LinearScaleLabelOptions Members
In This Article
#Constructors
Name | Description |
---|---|
Linear |
Initializes a new instance of the Linear |
#Fields
Name | Description |
---|---|
Addend |
Identifies the Scale |
Format |
Identifies the Scale |
Multiplier |
Identifies the Scale |
Offset |
Identifies the Scale |
Orientation |
Identifies the Linear |
Show |
Identifies the Scale |
Show |
Identifies the Scale |
ZIndex |
Identifies the Scale |
#Properties
Name | Description |
---|---|
Addend |
Gets or sets a value that should be added to every label’s value.
Inherited from Scale |
Format |
Gets or sets a value that specifies the format string for the display text on a scale.
Inherited from Scale |
Multiplier |
Gets or sets a value by which every label’s value should be multiplied.
Inherited from Scale |
Offset |
Gets or sets the offset specifying a label’s position on a scale.
Inherited from Scale |
Orientation | Provides different types of orientation for labels on the Linear scale. |
Show |
Gets or sets a value indicating whether or not the first label should be shown on a scale.
Inherited from Scale |
Show |
Gets or sets a value indicating whether or not the last label should be shown on a scale.
Inherited from Scale |
ZIndex |
Gets or sets the z-index of scale labels.
Inherited from Scale |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. 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. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Property |
Occurs every time any of the Base |
See Also