Uses of Class
com.stimulsoft.report.infographics.gauge.collections.StiCustomValuesCollection

Packages that use StiCustomValuesCollection
com.stimulsoft.report.infographics.gauge.interfaces   
com.stimulsoft.report.infographics.gauge.tick.linear.label   
com.stimulsoft.report.infographics.gauge.tick.linear.mark   
com.stimulsoft.report.infographics.gauge.tick.radial.label   
com.stimulsoft.report.infographics.gauge.tick.radial.mark   
 

Uses of StiCustomValuesCollection in com.stimulsoft.report.infographics.gauge.interfaces
 

Methods in com.stimulsoft.report.infographics.gauge.interfaces that return StiCustomValuesCollection
 StiCustomValuesCollection IStiTickCustom.getValues()
           
 

Methods in com.stimulsoft.report.infographics.gauge.interfaces with parameters of type StiCustomValuesCollection
 void IStiTickCustom.setValues(StiCustomValuesCollection values)
           
 

Uses of StiCustomValuesCollection in com.stimulsoft.report.infographics.gauge.tick.linear.label
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.label that return StiCustomValuesCollection
 StiCustomValuesCollection StiLinearTickLabelCustom.getValues()
           
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.label with parameters of type StiCustomValuesCollection
 void StiLinearTickLabelCustom.setValues(StiCustomValuesCollection values)
           
 

Uses of StiCustomValuesCollection in com.stimulsoft.report.infographics.gauge.tick.linear.mark
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.mark that return StiCustomValuesCollection
 StiCustomValuesCollection StiLinearTickMarkCustom.getValues()
           
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.mark with parameters of type StiCustomValuesCollection
 void StiLinearTickMarkCustom.setValues(StiCustomValuesCollection values)
           
 

Uses of StiCustomValuesCollection in com.stimulsoft.report.infographics.gauge.tick.radial.label
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label that return StiCustomValuesCollection
 StiCustomValuesCollection StiRadialTickLabelCustom.getValues()
           
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label with parameters of type StiCustomValuesCollection
 void StiRadialTickLabelCustom.setValues(StiCustomValuesCollection values)
           
 

Uses of StiCustomValuesCollection in com.stimulsoft.report.infographics.gauge.tick.radial.mark
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark that return StiCustomValuesCollection
 StiCustomValuesCollection StiRadialTickMarkCustom.getValues()
           
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark with parameters of type StiCustomValuesCollection
 void StiRadialTickMarkCustom.setValues(StiCustomValuesCollection values)