com.stimulsoft.report.chart.interfaces.constantLines
Interface IStiConstantLines
- All Superinterfaces:
- java.lang.Cloneable, IStiJsonReportObject
- All Known Implementing Classes:
- StiConstantLines
public interface IStiConstantLines
- extends java.lang.Cloneable, IStiJsonReportObject
getCore
StiConstantLinesCoreXF getCore()
setCore
void setCore(StiConstantLinesCoreXF value)
getAllowApplyStyle
boolean getAllowApplyStyle()
setAllowApplyStyle
void setAllowApplyStyle(boolean value)
getAntialiasing
boolean getAntialiasing()
setAntialiasing
void setAntialiasing(boolean value)
getPosition
StiTextPosition getPosition()
setPosition
void setPosition(StiTextPosition value)
getFont
StiFont getFont()
setFont
void setFont(StiFont value)
getText
java.lang.String getText()
setText
void setText(java.lang.String value)
getTitleVisible
boolean getTitleVisible()
setTitleVisible
void setTitleVisible(boolean value)
getOrientation
StiOrientation getOrientation()
setOrientation
void setOrientation(StiOrientation value)
getLineWidth
float getLineWidth()
setLineWidth
void setLineWidth(float value)
getLineStyle
StiPenStyle getLineStyle()
setLineStyle
void setLineStyle(StiPenStyle value)
getLineColor
StiColor getLineColor()
setLineColor
void setLineColor(StiColor value)
getShowInLegend
boolean getShowInLegend()
setShowInLegend
void setShowInLegend(boolean value)
getShowBehind
boolean getShowBehind()
setShowBehind
void setShowBehind(boolean value)
getAxisValue
java.lang.String getAxisValue()
setAxisValue
void setAxisValue(java.lang.String value)
getVisible
boolean getVisible()
setVisible
void setVisible(boolean value)
getChart
IStiChart getChart()
setChart
void setChart(IStiChart value)
clone
IStiConstantLines clone()