com.stimulsoft.report.chart.interfaces.series.radar
Interface IStiRadarLineSeries

All Superinterfaces:
java.lang.Cloneable, IStiJsonReportObject, IStiRadarSeries, IStiSeries
All Known Implementing Classes:
StiRadarLineSeries

public interface IStiRadarLineSeries
extends IStiRadarSeries


Method Summary
 boolean getLighting()
           
 StiColor getLineColor()
           
 StiPenStyle getLineStyle()
           
 float getLineWidth()
           
 void setLighting(boolean value)
           
 void setLineColor(StiColor value)
           
 void setLineStyle(StiPenStyle value)
           
 void setLineWidth(float value)
           
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.series.radar.IStiRadarSeries
getMarker, getShowNulls, setMarker, setShowNulls
 
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

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)