Axis2dY Object


Possible Containment

$$GraphSheet$Graph2D$Axis2dY

Properties

Property Name: Description: Optional/Required: Default Value: Data Type: Allowable Values/Range:
AlternatePanelSides Panel Frames Optional Auto character Auto, Alternate Sides w/Labels, Outer Sides with Ticks, Outer Sides with Labels, Frame Outer Sides, No Frame
AxisMax Axis Maximum Optional Auto character Auto, DataMin, DataMax
AxisMin Axis Minimum Optional Auto character Auto, DataMin, DataMax
AxisOffset Axis Offset Optional 0 character -99:99
AxisPlacement Placement Optional Left/Lower character Left/Lower, Right/Upper
AxisScaling Scaling Optional Linear character Linear, Log, Ln, Probability
AxisToCross Axis to Cross Optional 1 numeric
BreakAxis Break Axis Optional F logical T, F
BreakLength Break Length Optional 0.4 numeric
BreakPosition Positions (% axis) Optional 50 character 1:99
BreakSymbolStyle Style Optional Perpendicular character None, Perpendicular, 45 degrees, Wavy
CrossAxes Cross Axis Optional F logical T, F
DrawFrame Frame Optional No ticks character None, No ticks, With ticks, With labels & ticks
EndBreakValue End Values Optional 2.0 character
FirstTick First Tick Optional Auto character Auto, Axis, Data, OutsideData, InsideData
GapWidth Gap Width Optional 0.4 numeric
Hide Hide Optional F logical T, F
LastTick Last Tick Optional Auto character Auto, Axis, Data, OutsideData, InsideData
LineColor Color Optional Black character Black, Blue, Green, Cyan, Red, Magenta, Brown, Lt Gray, Dark Gray, Lt Blue, Lt Green, Lt Cyan, Lt Red, Lt Magenta, Yellow, Bright White, Transparent, User1, User2, User3, User4, User5, User6, User7, User8, User9, User10, User11, User12, User13, User14, User15, User16
LineStyle Style Optional Solid character None, Solid, Dots, Dot Dash, Short Dash, Long Dash, Dot Dot Dash, Alt Dash, Med Dash, Tiny Dash
MajorGridColor Color Optional Dark Gray character Black, Blue, Green, Cyan, Red, Magenta, Brown, Lt Gray, Dark Gray, Lt Blue, Lt Green, Lt Cyan, Lt Red, Lt Magenta, Yellow, Bright White, Transparent, User1, User2, User3, User4, User5, User6, User7, User8, User9, User10, User11, User12, User13, User14, User15, User16
MajorGridState State Optional Auto character Auto, On, Off
MajorGridStyle Style Optional Solid character None, Solid, Dots, Dot Dash, Short Dash, Long Dash, Dot Dot Dash, Alt Dash, Med Dash, Tiny Dash
MajorGridWeight Weight Optional 1/4 character Hairline, 1/4, 1/3, 1/2, 1, 2, 3, 4, 5, 6, 8, 10, 12
MajorTickColumn Column Optional character
MajorTickDataSet Data Set Optional character
MajorTickDataSetValues Tick Data Optional 0 character
MajorTickDataSetValuesShdw Tick Data Optional character
MajorTickDataSheet Synonym character
MajorTickIntervalType Interval Type Optional Auto character Numbers, Size, Auto, Column, Factor-10, Factor-e
MajorTickIntSpec Interval Optional Auto character Auto, Data, Categorical
MajorTickLength Length Optional 0.1 numeric 0:1000
MajorTickValues Tick Data Optional 0 character
MajorTickValuesShdw Tick Data Optional character
MajorTickWeight Weight Optional 1/2 character Hairline, 1/4, 1/3, 1/2, 1, 2, 3, 4, 5, 6, 8, 10, 12
MinorGridColor Color Optional Dark Gray character Black, Blue, Green, Cyan, Red, Magenta, Brown, Lt Gray, Dark Gray, Lt Blue, Lt Green, Lt Cyan, Lt Red, Lt Magenta, Yellow, Bright White, Transparent, User1, User2, User3, User4, User5, User6, User7, User8, User9, User10, User11, User12, User13, User14, User15, User16
MinorGridState State Optional Auto character Auto, On, Off
MinorGridStyle Style Optional Dots character None, Solid, Dots, Dot Dash, Short Dash, Long Dash, Dot Dot Dash, Alt Dash, Med Dash, Tiny Dash
MinorGridWeight Weight Optional Hairline character Hairline, 1/4, 1/3, 1/2, 1, 2, 3, 4, 5, 6, 8, 10, 12
MinorTickColumn Column Optional character
MinorTickDataSet Data Set Optional character
MinorTickDataSetValues Tick Data Optional 0 character
MinorTickDataSetValuesShdw Tick Data Optional character
MinorTickDataSheet Synonym character
MinorTickIntervalType Interval Type Optional Auto character Numbers, Size, Auto, Column, Factor-10, Factor-e
MinorTickIntSpec Interval Optional Auto character Auto
MinorTickLength Length Optional 0 numeric 0:1000
MinorTickValues Tick Data Optional 0 character
MinorTickValuesShdw Tick Data Optional character
MinorTickWeight Weight Optional Hairline character Hairline, 1/4, 1/3, 1/2, 1, 2, 3, 4, 5, 6, 8, 10, 12
NewIndex Object Index Optional -1 character
NewName Name Optional character
PanelTickPosition Panel Tick Pos. Optional Out character In, Out, Cross, Off
PostBreakFirstTick Post- First Ticks Optional Auto character Auto
PostBreakInterval Post- Intervals Optional Auto character Auto
PostBreakScaling Post- Scaling Optional Auto character Auto, Linear, Log, Ln, Probability
StartBreakValue Start Values Optional 1.0 character
SymbolColor Color Optional Black character Black, Blue, Green, Cyan, Red, Magenta, Brown, Lt Gray, Dark Gray, Lt Blue, Lt Green, Lt Cyan, Lt Red, Lt Magenta, Yellow, Bright White, Transparent, User1, User2, User3, User4, User5, User6, User7, User8, User9, User10, User11, User12, User13, User14, User15, User16
SymbolLineWeight Line Weight Optional 1/2 character Hairline, 1/4, 1/3, 1/2, 1, 2, 3, 4, 5, 6, 8, 10, 12
TickPosition Tick Position Optional Out character In, Out, Cross, Off
VaryAxisRange Vary Axis Range Optional F logical T, F
Weight Line Weight Optional 1/2 character Hairline, 1/4, 1/3, 1/2, 1, 2, 3, 4, 5, 6, 8, 10, 12

Methods

Method Name: Description: Syntax:
BeginTransaction Starts remembering property set calls so changes can be applied on CommitTransaction.
Function BeginTransaction(  ) as Boolean
CancelTransaction Cancels remembering property set calls made after last call to BeginTransaction.
Function CancelTransaction(  ) as Boolean
ClassName Returns the class name (i.e. 'Arrow') of this object.
Function ClassName(  ) as Variant
CommitTransaction Commits all property changes made since last call to BeginTransaction.
Function CommitTransaction(  ) as Boolean
Containees Returns array of objects of class specified contained by this object.
Function Containees( ObjectClassToFind as Variant ) as Variant
Container Returns the container object of this object.
Function Container(  ) as Object
CreateObject Creates an object or a child object of a particular type.
Function CreateObject( ObjectClassName as Variant ) as Object
GetMethodArgumentNames Returns an array of argument names including the ReturnValue (if any) for a given method name for this object.
Function GetMethodArgumentNames( MethodName as Variant ) as Variant
GetMethodArgumentTypes Returns an array of argument types including the ReturnValue type (if any) for a given method name for this object. Specify the LanguageType (i.e. BASIC or C) so strings are appropriate for language.
Function GetMethodArgumentTypes( MethodName as Variant, LanguageType as Variant ) as Variant
GetMethodHelpString Returns the help string for a given method name for this object.
Function GetMethodHelpString( MethodName as Variant ) as Variant
GetObject Gets an object or a child object of the class name specified, identified by an object path name.
Function GetObject( ObjectClassName as Variant, ObjectPathName as Variant ) as Object
GetObjectPicture Returns array of byte values representing the metafile picture of the object. Returns empty variant if unsuccessful.
Function GetObjectPicture(  ) as Variant
GetObjectRectangle Returns rectangle that contains this object in client or screen coordinates depending on ReturnClientCoordsIfTrue. Returns empty variant if unsuccessful.
Function GetObjectRectangle( ReturnClientCoordsIfTrue as Boolean ) as Variant
GetPropertyAllowedValues Returns an array of allowable values for the specified property of this object.
Function GetPropertyAllowedValues( PropertyName as Variant ) as Variant
GetPropertyInformation Returns an array of property information including default value and allowable values for the specified property of this object.
Function GetPropertyInformation( PropertyName as Variant ) as Variant
GetSelectedObjects Returns array of objects which are selected of class specified contained by this object. StartIndex and EndIndex can be used to return subsets of selected objects.
Function GetSelectedObjects( ObjectClassToFind as String, StartIndex as Long, EndIndex as Long ) as Variant
GetSelectedText Returns the selected text as a string if any in this object. If this object has no selected text, an empty string is returned.
Function GetSelectedText(  ) as String
Methods Returns comma delimited list of methods which can be called on this object.
Function Methods(  ) as Variant
MethodsList Returns an array of method names which can be called on this object.
Function MethodsList(  ) as Variant
Objects If 'CONTAINEES', returns comma delimited list of objects which can be contained by this object. If 'CONTAINER', returns list of containers for this object.
Function Objects( ObjectHierarchyType as Variant ) as Variant
ObjectsList If 'CONTAINEES', returns an array of object names which can be contained by this object. If 'CONTAINER', returns an array of container object names for this object.
Function ObjectsList( ObjectHierarchyType as Variant ) as Variant
PathName Returns the path name in the S-PLUS project space (i.e. '$$GS1$Arrow1') of this object.
Function PathName(  ) as Variant
Properties Returns comma delimited list of properties for this object.
Function Properties(  ) as Variant
PropertiesList Returns an array of property names for this object.
Function PropertiesList(  ) as Variant
RemoveObject Removes a child object from this container object.
Function RemoveObject( Object as Object ) as Boolean
SelectObject Selects this object in all views. SelectionType is 'add', 'new', or 'remove' to control how object is selected. Returns TRUE if successful or FALSE if not.
Function SelectObject( SelectionType as String ) as Boolean
ShowDialog Displays object property dialog.
Function ShowDialog(  ) as Boolean
ShowDialogInParent Displays object property dialog using the HWND parameter passed as its parent.
Function ShowDialogInParent( ParentWindowHWND as Variant ) as Boolean
ShowDialogInParentModeless Displays object property dialog modelessly using the HWND parameter passed as its parent.
Function ShowDialogInParentModeless( ParentWindowHWND as Variant ) as Boolean

Containers

Possible parent objects:
Graph2D

Children

Possible child objects:
Axis2DLabelY
AxisPanel
YAxisTitle