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

All Superinterfaces:
java.lang.Cloneable, IStiJsonReportObject, IStiSeries
All Known Subinterfaces:
IStiRadarAreaSeries, IStiRadarLineSeries, IStiRadarPointSeries
All Known Implementing Classes:
StiRadarAreaSeries, StiRadarLineSeries, StiRadarPointSeries, StiRadarSeries

public interface IStiRadarSeries
extends IStiSeries


Method Summary
 IStiMarker getMarker()
           
 boolean getShowNulls()
           
 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)

getShowNulls

boolean getShowNulls()

setShowNulls

void setShowNulls(boolean value)