Uses of Interface
com.stimulsoft.report.infographics.gauge.styles.IStiGaugeStyle

Packages that use IStiGaugeStyle
com.stimulsoft.report.infographics.gauge   
com.stimulsoft.report.infographics.gauge.indicators   
com.stimulsoft.report.infographics.gauge.primitives.base   
com.stimulsoft.report.infographics.gauge.scales   
com.stimulsoft.report.infographics.gauge.styles   
com.stimulsoft.report.infographics.gauge.styles.view   
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 IStiGaugeStyle in com.stimulsoft.report.infographics.gauge
 

Methods in com.stimulsoft.report.infographics.gauge that return IStiGaugeStyle
 IStiGaugeStyle StiGauge.getStyle()
          style of the chart.
 

Methods in com.stimulsoft.report.infographics.gauge with parameters of type IStiGaugeStyle
 void StiGauge.applyStyle(IStiGaugeStyle style)
           
 void StiGauge.setStyle(IStiGaugeStyle value)
          style of the chart.
 

Uses of IStiGaugeStyle in com.stimulsoft.report.infographics.gauge.indicators
 

Methods in com.stimulsoft.report.infographics.gauge.indicators with parameters of type IStiGaugeStyle
 void StiRadialMarker.applyStyle(IStiGaugeStyle style)
           
 void StiRadialBar.applyStyle(IStiGaugeStyle style)
           
 void StiNeedle.applyStyle(IStiGaugeStyle style)
           
 void StiLinearMarker.applyStyle(IStiGaugeStyle style)
           
 void StiLinearBar.applyStyle(IStiGaugeStyle style)
           
 

Uses of IStiGaugeStyle in com.stimulsoft.report.infographics.gauge.primitives.base
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.base with parameters of type IStiGaugeStyle
 void StiElementBase.applyStyle(IStiGaugeStyle style)
           
 

Uses of IStiGaugeStyle in com.stimulsoft.report.infographics.gauge.scales
 

Methods in com.stimulsoft.report.infographics.gauge.scales with parameters of type IStiGaugeStyle
 void StiRadialScale.applyStyle(IStiGaugeStyle style)
           
 void StiLinearScale.applyStyle(IStiGaugeStyle style)
           
 

Uses of IStiGaugeStyle in com.stimulsoft.report.infographics.gauge.styles
 

Methods in com.stimulsoft.report.infographics.gauge.styles with parameters of type IStiGaugeStyle
 void IStiApplyStyleGauge.applyStyle(IStiGaugeStyle style)
          Apply style to component which release this interface.
 

Uses of IStiGaugeStyle in com.stimulsoft.report.infographics.gauge.styles.view
 

Classes in com.stimulsoft.report.infographics.gauge.styles.view that implement IStiGaugeStyle
 class StiCustomGaugeStyle
          Copyright Stimulsoft
 class StiGaugeStyleXF
          Copyright Stimulsoft
 class StiGaugeStyleXF24
          Copyright Stimulsoft
 class StiGaugeStyleXF25
          Copyright Stimulsoft
 class StiGaugeStyleXF26
          Copyright Stimulsoft
 class StiGaugeStyleXF27
          Copyright Stimulsoft
 class StiGaugeStyleXF28
          Copyright Stimulsoft
 

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

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.label with parameters of type IStiGaugeStyle
 void StiLinearTickLabelMinor.applyStyle(IStiGaugeStyle style)
           
 void StiLinearTickLabelMajor.applyStyle(IStiGaugeStyle style)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.mark with parameters of type IStiGaugeStyle
 void StiLinearTickMarkMinor.applyStyle(IStiGaugeStyle style)
           
 void StiLinearTickMarkMajor.applyStyle(IStiGaugeStyle style)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label with parameters of type IStiGaugeStyle
 void StiRadialTickLabelMinor.applyStyle(IStiGaugeStyle style)
           
 void StiRadialTickLabelMajor.applyStyle(IStiGaugeStyle style)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark with parameters of type IStiGaugeStyle
 void StiRadialTickMarkMinor.applyStyle(IStiGaugeStyle style)
           
 void StiRadialTickMarkMajor.applyStyle(IStiGaugeStyle style)