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

Packages that use StiMarkerType
com.stimulsoft.report.chart.core.marker   
com.stimulsoft.report.chart.enums   
com.stimulsoft.report.chart.interfaces.marker   
com.stimulsoft.report.chart.view.marker   
com.stimulsoft.report.chart.view.series.clusteredColumn   
com.stimulsoft.report.chart.view.series.stackedColumn   
 

Uses of StiMarkerType in com.stimulsoft.report.chart.core.marker
 

Methods in com.stimulsoft.report.chart.core.marker with parameters of type StiMarkerType
 void StiMarkerCoreXF.DrawLine(StiContext context, float x1, float y1, float x2, float y2, float scale, StiBrush brushMarker, StiPenGeom penMarker, StiMarkerType markerType, float markerStep, float markerSize, float angle)
           
 void StiMarkerCoreXF.DrawLines(StiContext context, StiPoint[] points, float scale, java.lang.Object brushMarker, StiPenGeom penMarker, StiMarkerType markerType, float markerStep, float markerSize, float angle)
           
 void StiMarkerCoreXF.DrawPoint(StiContext context, double x, double y, double scale, java.lang.Object brush, StiPenGeom pen, StiMarkerType markerType, double markerSize, double angle, boolean isMouseOver, boolean isAnimation, java.lang.String toolTip, java.lang.Object tag, StiInteractionDataGeom interaction)
           
 

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

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

Uses of StiMarkerType in com.stimulsoft.report.chart.interfaces.marker
 

Methods in com.stimulsoft.report.chart.interfaces.marker that return StiMarkerType
 StiMarkerType IStiMarker.getType()
           
 

Methods in com.stimulsoft.report.chart.interfaces.marker with parameters of type StiMarkerType
 void IStiMarker.setType(StiMarkerType value)
           
 

Uses of StiMarkerType in com.stimulsoft.report.chart.view.marker
 

Methods in com.stimulsoft.report.chart.view.marker that return StiMarkerType
 StiMarkerType StiMarker.getType()
          Gets or sets type of the marker.
 

Methods in com.stimulsoft.report.chart.view.marker with parameters of type StiMarkerType
 void StiMarker.setType(StiMarkerType value)
           
 

Uses of StiMarkerType in com.stimulsoft.report.chart.view.series.clusteredColumn
 

Methods in com.stimulsoft.report.chart.view.series.clusteredColumn that return StiMarkerType
 StiMarkerType StiBaseLineSeries.getMarkerType()
          Deprecated. 
 

Methods in com.stimulsoft.report.chart.view.series.clusteredColumn with parameters of type StiMarkerType
 void StiBaseLineSeries.setMarkerType(StiMarkerType value)
          Deprecated. 
 

Uses of StiMarkerType in com.stimulsoft.report.chart.view.series.stackedColumn
 

Methods in com.stimulsoft.report.chart.view.series.stackedColumn that return StiMarkerType
 StiMarkerType StiStackedBaseLineSeries.getMarkerType()
          Deprecated. 
 

Methods in com.stimulsoft.report.chart.view.series.stackedColumn with parameters of type StiMarkerType
 void StiStackedBaseLineSeries.setMarkerType(StiMarkerType value)
          Deprecated. 
 



Copyright © 2018 Stimulsoft. All Rights Reserved.