Uses of Class
com.stimulsoft.report.chart.enums.StiSeriesLabelsValueType

Packages that use StiSeriesLabelsValueType
com.stimulsoft.report.chart.enums   
com.stimulsoft.report.chart.interfaces.seriesLabels   
com.stimulsoft.report.chart.view.seriesLabels   
com.stimulsoft.report.chart.view.seriesLabels.funnel   
 

Uses of StiSeriesLabelsValueType in com.stimulsoft.report.chart.enums
 

Methods in com.stimulsoft.report.chart.enums that return StiSeriesLabelsValueType
static StiSeriesLabelsValueType StiSeriesLabelsValueType.forValue(int value)
           
static StiSeriesLabelsValueType StiSeriesLabelsValueType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiSeriesLabelsValueType[] StiSeriesLabelsValueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StiSeriesLabelsValueType in com.stimulsoft.report.chart.interfaces.seriesLabels
 

Methods in com.stimulsoft.report.chart.interfaces.seriesLabels that return StiSeriesLabelsValueType
 StiSeriesLabelsValueType IStiSeriesLabels.getLegendValueType()
           
 StiSeriesLabelsValueType IStiSeriesLabels.getValueType()
           
 

Methods in com.stimulsoft.report.chart.interfaces.seriesLabels with parameters of type StiSeriesLabelsValueType
 void IStiSeriesLabels.setLegendValueType(StiSeriesLabelsValueType value)
           
 void IStiSeriesLabels.setValueType(StiSeriesLabelsValueType value)
           
 

Uses of StiSeriesLabelsValueType in com.stimulsoft.report.chart.view.seriesLabels
 

Methods in com.stimulsoft.report.chart.view.seriesLabels that return StiSeriesLabelsValueType
 StiSeriesLabelsValueType StiSeriesLabels.getLegendValueType()
          Gets or sets which type of information will be shown in legend.
 StiSeriesLabelsValueType StiSeriesLabels.getValueType()
          Gets or sets which type of information will be shown in series labels.
 

Methods in com.stimulsoft.report.chart.view.seriesLabels with parameters of type StiSeriesLabelsValueType
 void StiSeriesLabels.setLegendValueType(StiSeriesLabelsValueType value)
           
 void StiSeriesLabels.setValueType(StiSeriesLabelsValueType value)
           
 

Uses of StiSeriesLabelsValueType in com.stimulsoft.report.chart.view.seriesLabels.funnel
 

Methods in com.stimulsoft.report.chart.view.seriesLabels.funnel that return StiSeriesLabelsValueType
 StiSeriesLabelsValueType StiFunnelSeriesLabels.getValueType()
          Gets or sets which type of information will be shown in series labels.
 

Methods in com.stimulsoft.report.chart.view.seriesLabels.funnel with parameters of type StiSeriesLabelsValueType
 void StiFunnelSeriesLabels.setValueType(StiSeriesLabelsValueType value)
           
 



Copyright © 2018 Stimulsoft. All Rights Reserved.