- java.lang.Object
- 
- javafx.scene.chart.Axis.TickMark<T>
 
- 
- 
Property SummaryProperties Type Property Description StringExpressionlabelThe display text for tick markDoubleExpressionpositionThe display position along the axis from axis origin in display unitsObjectExpression<T>valueThe value for this tick mark in data units
 - 
Constructor SummaryConstructors Constructor Description TickMark()Creates and initializes an instance of TickMark.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()Gets the value of the property label.doublegetPosition()Gets the value of the property position.TgetValue()Gets the value of the property value.booleanisTextVisible()Indicates whether this tick mark label text is displayed or not.StringExpressionlabelProperty()The display text for tick markDoubleExpressionpositionProperty()The display position along the axis from axis origin in display unitsvoidsetLabel(String value)Sets the value of the property label.voidsetPosition(double value)Sets the value of the property position.voidsetTextVisible(boolean value)Specifies whether this tick mark label text is displayed or not.voidsetValue(T v)Sets the value of the property value.StringtoString()Returns a string representation of thisTickMarkobject.ObjectExpression<T>valueProperty()The value for this tick mark in data units
 
- 
- 
- 
Property Detail- 
labelpublic final StringExpression labelProperty The display text for tick mark- See Also:
- getLabel(),- setLabel(String)
 
 - 
valuepublic final ObjectExpression<T> valueProperty The value for this tick mark in data units- See Also:
- getValue(),- setValue(T)
 
 - 
positionpublic final DoubleExpression positionProperty The display position along the axis from axis origin in display units- See Also:
- getPosition(),- setPosition(double)
 
 
- 
 - 
Method Detail- 
getLabelpublic final String getLabel() Gets the value of the property label.- Property description:
- The display text for tick mark
 
 - 
setLabelpublic final void setLabel(String value) Sets the value of the property label.- Property description:
- The display text for tick mark
 
 - 
labelPropertypublic final StringExpression labelProperty() The display text for tick mark- See Also:
- getLabel(),- setLabel(String)
 
 - 
getValuepublic final T getValue() Gets the value of the property value.- Property description:
- The value for this tick mark in data units
 
 - 
setValuepublic final void setValue(T v) Sets the value of the property value.- Property description:
- The value for this tick mark in data units
 
 - 
valuePropertypublic final ObjectExpression<T> valueProperty() The value for this tick mark in data units- See Also:
- getValue(),- setValue(T)
 
 - 
getPositionpublic final double getPosition() Gets the value of the property position.- Property description:
- The display position along the axis from axis origin in display units
 
 - 
setPositionpublic final void setPosition(double value) Sets the value of the property position.- Property description:
- The display position along the axis from axis origin in display units
 
 - 
positionPropertypublic final DoubleExpression positionProperty() The display position along the axis from axis origin in display units- See Also:
- getPosition(),- setPosition(double)
 
 - 
isTextVisiblepublic final boolean isTextVisible() Indicates whether this tick mark label text is displayed or not.- Returns:
- true if tick mark label text is visible and false otherwise
 
 - 
setTextVisiblepublic final void setTextVisible(boolean value) Specifies whether this tick mark label text is displayed or not.- Parameters:
- value- true if tick mark label text is visible and false otherwise
 
 
- 
 
-