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


Method Summary
 IStiConstantLines clone()
           
 boolean getAllowApplyStyle()
           
 boolean getAntialiasing()
           
 java.lang.String getAxisValue()
           
 IStiChart getChart()
           
 StiConstantLinesCoreXF getCore()
           
 StiFont getFont()
           
 StiColor getLineColor()
           
 StiPenStyle getLineStyle()
           
 float getLineWidth()
           
 StiOrientation getOrientation()
           
 StiTextPosition getPosition()
           
 boolean getShowBehind()
           
 boolean getShowInLegend()
           
 java.lang.String getText()
           
 boolean getTitleVisible()
           
 boolean getVisible()
           
 void setAllowApplyStyle(boolean value)
           
 void setAntialiasing(boolean value)
           
 void setAxisValue(java.lang.String value)
           
 void setChart(IStiChart value)
           
 void setCore(StiConstantLinesCoreXF value)
           
 void setFont(StiFont value)
           
 void setLineColor(StiColor value)
           
 void setLineStyle(StiPenStyle value)
           
 void setLineWidth(float value)
           
 void setOrientation(StiOrientation value)
           
 void setPosition(StiTextPosition value)
           
 void setShowBehind(boolean value)
           
 void setShowInLegend(boolean value)
           
 void setText(java.lang.String value)
           
 void setTitleVisible(boolean value)
           
 void setVisible(boolean value)
           
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
 

Method Detail

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()