The ScatterplotYAxis type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ScatterplotYAxis | Initializes a new instance of the ScatterplotYAxis class |
Methods
| Name | Description | |
|---|---|---|
| Add |
Add Object with unique basetype to container
(Inherited from DynamicJson.) | |
| GetMember |
Get member from container with specified name
(Inherited from DynamicJson.) | |
| SetMember |
Set member in container to specified value
(Inherited from DynamicJson.) | |
| TryGetMember |
Try to get member from container with specified name
(Inherited from DynamicJson.) | |
| TrySetMember |
Try to set member in container to specified value
(Inherited from DynamicJson.) |
Extension Methods
| Name | Description | |
|---|---|---|
| If | (Defined by DynamicJsonExtensions.) | |
| Switch | (Defined by DynamicJsonExtensions.) |
Properties
| Name | Description | |
|---|---|---|
| AutoMinMax | Automatic max/min (Inherited from MeasureAxis.) | |
| Dock | (Inherited from MeasureAxis.) | |
| Max | Axis max value. Automatic max/min must be turned off and minMax must be set to 'max' or 'minMax' to use this property (Inherited from MeasureAxis.) | |
| Min | Axis min value. Automatic max/min must be turned off and minMax must be set to 'min' or 'minMax' to use this property (Inherited from MeasureAxis.) | |
| MinMax | Set custom max/min (Inherited from MeasureAxis.) | |
| Show | Labels and title (Inherited from MeasureAxis.) | |
| Spacing | Axis scale (Inherited from MeasureAxis.) |
See Also