Interface IValuePropertyOwnerElement
- All Known Implementing Classes:
AbstractLineVisualSet.AbstractLineVisualElement,AbstractPolylineVisualSet.AbstractPolylineVisualElement,GanttPolylineVisualSet.GanttPolylineVisualElement,LineBarVisualSet.LineBarVisualElement,LineVisualSet.LineVisualElement,PointsVisualSet.PointsVisualElement,PolylineVisualSet.PolylineVisualElement
public interface IValuePropertyOwnerElement
Interface of value property owner elements. Used for visuals that have a
numerical value on Y-axis.
- Author:
- Aleksey Kirillov
-
Method Summary
-
Method Details
-
getValue
double getValue()Returns the value of this data element.- Returns:
- the value of this data element
-