com.stimulsoft.report.chart.interfaces.series.clusteredColumn
Interface IStiBaseLineSeries

All Superinterfaces:
java.lang.Cloneable, IStiJsonReportObject, IStiSeries
All Known Subinterfaces:
IStiAreaSeries, IStiBubbleSeries, IStiLineSeries, IStiRangeSeries, IStiScatterLineSeries, IStiScatterSeries, IStiScatterSplineSeries, IStiSplineAreaSeries, IStiSplineRangeSeries, IStiSplineSeries, IStiSteppedAreaSeries, IStiSteppedLineSeries, IStiSteppedRangeSeries
All Known Implementing Classes:
StiAreaSeries, StiBaseLineSeries, StiBubbleSeries, StiLineSeries, StiRangeSeries, StiScatterLineSeries, StiScatterSeries, StiScatterSplineSeries, StiSplineAreaSeries, StiSplineRangeSeries, StiSplineSeries, StiSteppedAreaSeries, StiSteppedLineSeries, StiSteppedRangeSeries

public interface IStiBaseLineSeries
extends IStiSeries


Method Summary
 boolean getAllowApplyColorNegative()
           
 int getLabelsOffset()
           
 boolean getLighting()
           
 StiColor getLineColor()
           
 StiColor getLineColorNegative()
           
 IStiLineMarker getLineMarker()
           
 StiPenStyle getLineStyle()
           
 float getLineWidth()
           
 IStiMarker getMarker()
           
 boolean getShowNulls()
           
 void setAllowApplyColorNegative(boolean value)
           
 void setLabelsOffset(int value)
           
 void setLighting(boolean value)
           
 void setLineColor(StiColor value)
           
 void setLineColorNegative(StiColor value)
           
 void setLineMarker(IStiLineMarker value)
           
 void setLineStyle(StiPenStyle value)
           
 void setLineWidth(float value)
           
 void setMarker(IStiMarker value)
           
 void setShowNulls(boolean value)
           
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.series.IStiSeries
clone, getAllowApplyStyle, getArguments, getChart, getConditions, getCore, getCoreTitle, GetDefaultAreaType, getFilters, getFormat, getHyperlinks, getInteraction, getSeriesLabels, getShowInLegend, getShowSeriesLabels, getShowShadow, getSortBy, getSortDirection, getTags, getToolTips, getTopN, getValues, getValuesStart, getYAxis, ProcessSeriesBrushes, ProcessSeriesColors, setAllowApplyStyle, setArguments, setChart, setConditions, setCore, setCoreTitle, setFilters, setFormat, setHyperlinks, setInteraction, setSeriesLabels, setShowInLegend, setShowSeriesLabels, setShowShadow, setSortBy, setSortDirection, setTags, setToolTips, setTopN, setValues, setYAxis
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
 

Method Detail

getMarker

IStiMarker getMarker()

setMarker

void setMarker(IStiMarker value)

getLineMarker

IStiLineMarker getLineMarker()

setLineMarker

void setLineMarker(IStiLineMarker value)

getLineColor

StiColor getLineColor()

setLineColor

void setLineColor(StiColor value)

getLineStyle

StiPenStyle getLineStyle()

setLineStyle

void setLineStyle(StiPenStyle value)

getLighting

boolean getLighting()

setLighting

void setLighting(boolean value)

getLineWidth

float getLineWidth()

setLineWidth

void setLineWidth(float value)

getLabelsOffset

int getLabelsOffset()

setLabelsOffset

void setLabelsOffset(int value)

getShowNulls

boolean getShowNulls()

setShowNulls

void setShowNulls(boolean value)

getLineColorNegative

StiColor getLineColorNegative()

setLineColorNegative

void setLineColorNegative(StiColor value)

getAllowApplyColorNegative

boolean getAllowApplyColorNegative()

setAllowApplyColorNegative

void setAllowApplyColorNegative(boolean value)