Uses of Class
com.stimulsoft.report.components.enums.StiMarkersStyle

Packages that use StiMarkersStyle
com.stimulsoft.report.components.enums   
com.stimulsoft.report.design   
 

Uses of StiMarkersStyle in com.stimulsoft.report.components.enums
 

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

Uses of StiMarkersStyle in com.stimulsoft.report.design
 

Methods in com.stimulsoft.report.design that return StiMarkersStyle
 StiMarkersStyle StiDesignerInfo.getMarkersStyle()
           
 

Methods in com.stimulsoft.report.design with parameters of type StiMarkersStyle
 void StiDesignerInfo.setMarkersStyle(StiMarkersStyle value)