Uses of Class
com.stimulsoft.base.drawing.enums.StiPenStyle

Packages that use StiPenStyle
com.stimulsoft.base.context.chart.geoms   
com.stimulsoft.base.drawing   
com.stimulsoft.base.drawing.enums   
com.stimulsoft.report.chart.interfaces.axis   
com.stimulsoft.report.chart.interfaces.constantLines   
com.stimulsoft.report.chart.interfaces.gridLines.axis   
com.stimulsoft.report.chart.interfaces.gridLines.radar   
com.stimulsoft.report.chart.interfaces.radarAxis   
com.stimulsoft.report.chart.interfaces.series.clusteredColumn   
com.stimulsoft.report.chart.interfaces.series.radar   
com.stimulsoft.report.chart.interfaces.series.stackedColumn   
com.stimulsoft.report.chart.interfaces.series.stock   
com.stimulsoft.report.chart.interfaces.trendLines   
com.stimulsoft.report.chart.view.axis   
com.stimulsoft.report.chart.view.constantLines   
com.stimulsoft.report.chart.view.gridLines.axis   
com.stimulsoft.report.chart.view.gridLines.radar   
com.stimulsoft.report.chart.view.radarAxis   
com.stimulsoft.report.chart.view.series.clusteredColumn   
com.stimulsoft.report.chart.view.series.radar   
com.stimulsoft.report.chart.view.series.stackedColumn   
com.stimulsoft.report.chart.view.series.stock   
com.stimulsoft.report.chart.view.trendLines   
com.stimulsoft.report.components.interfaces   
com.stimulsoft.report.components.simplecomponents   
com.stimulsoft.report.crossTab   
com.stimulsoft.report.export.service   
com.stimulsoft.webdesigner.helper   
 

Uses of StiPenStyle in com.stimulsoft.base.context.chart.geoms
 

Methods in com.stimulsoft.base.context.chart.geoms that return StiPenStyle
 StiPenStyle StiPenGeom.getPenStyle()
           
 

Methods in com.stimulsoft.base.context.chart.geoms with parameters of type StiPenStyle
 void StiPenGeom.setPenStyle(StiPenStyle penStyle)
           
 

Uses of StiPenStyle in com.stimulsoft.base.drawing
 

Methods in com.stimulsoft.base.drawing that return StiPenStyle
 StiPenStyle StiPen.getDashStyle()
           
 StiPenStyle StiBorderSide.getStyle()
          Gets or sets a border style.
 StiPenStyle StiBorder.getStyle()
          Gets or sets a border style.
 StiPenStyle StiAdvancedBorder.getStyle()
          Gets or sets a border style.
 

Methods in com.stimulsoft.base.drawing with parameters of type StiPenStyle
 void StiGraphics.drawHTMLText(java.lang.String text, StiRectangle rect, StiFont font, StiColor color, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, java.lang.Boolean wordWrap, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions, double lineSpacing, java.lang.Double zoom)
          Draw HTML text
 void StiGraphics.drawText(java.lang.String text, StiRectangle rect, StiFont font, StiBrush brush, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, java.lang.Boolean wordWrap, java.lang.Double zoom, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions)
          Draw text
static boolean StiBorder.isDefault(StiBorderSides side, StiColor color, double size, StiPenStyle style, boolean dropShadow, double shadowSize, boolean topmost)
           
 void StiPen.setDashStyle(StiPenStyle dashStyle)
           
 void StiBorderSide.setStyle(StiPenStyle value)
           
 void StiBorder.setStyle(StiPenStyle value)
           
 void StiAdvancedBorder.setStyle(StiPenStyle value)
           
 

Constructors in com.stimulsoft.base.drawing with parameters of type StiPenStyle
StiAdvancedBorder(StiColor topSideColor, double topSideSize, StiPenStyle topSideStyle, StiColor bottomSideColor, double bottomSideSize, StiPenStyle bottomSideStyle, StiColor leftSideColor, double leftSideSize, StiPenStyle leftSideStyle, StiColor rightSideColor, double rightSideSize, StiPenStyle rightSideStyle, boolean dropShadow, double shadowSize, StiBrush shadowBrush)
          Creates a new instance of the StiAdvancedBorder class.
StiAdvancedBorder(StiColor topSideColor, double topSideSize, StiPenStyle topSideStyle, StiColor bottomSideColor, double bottomSideSize, StiPenStyle bottomSideStyle, StiColor leftSideColor, double leftSideSize, StiPenStyle leftSideStyle, StiColor rightSideColor, double rightSideSize, StiPenStyle rightSideStyle, boolean dropShadow, double shadowSize, StiBrush shadowBrush, boolean topmost)
          Creates a new instance of the StiAdvancedBorder class.
StiBorder(StiBorderSides side, StiColor color, double size, StiPenStyle style)
          Creates a new instance of the StiBorder class.
StiBorder(StiBorderSides side, StiColor color, double size, StiPenStyle style, java.lang.Boolean topmost)
          Creates a new instance of the StiBorder class.
StiBorder(StiBorderSides side, StiColor color, double size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush)
           
StiBorder(StiEnumSet<StiBorderSides> side, StiColor color, double size, StiPenStyle style)
           
StiBorder(StiEnumSet<StiBorderSides> side, StiColor color, double size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush)
          Creates a new instance of the StiBorder class.
StiBorder(StiEnumSet<StiBorderSides> side, StiColor color, double size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush, boolean topmost)
          Creates a new instance of the StiBorder class.
StiBorder(StiEnumSet<StiBorderSides> side, StiColor color, int size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush)
           
StiBorderSide(StiColor color, double size, StiPenStyle style)
          Creates a new instance of the StiBorderSide class.
StiPen(double width, StiColor color, StiPenStyle dashStyle)
          Constructor
 

Uses of StiPenStyle in com.stimulsoft.base.drawing.enums
 

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

Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.axis
 

Methods in com.stimulsoft.report.chart.interfaces.axis that return StiPenStyle
 StiPenStyle IStiAxis.getLineStyle()
           
 

Methods in com.stimulsoft.report.chart.interfaces.axis with parameters of type StiPenStyle
 void IStiAxis.setLineStyle(StiPenStyle value)
           
 

Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.constantLines
 

Methods in com.stimulsoft.report.chart.interfaces.constantLines that return StiPenStyle
 StiPenStyle IStiConstantLines.getLineStyle()
           
 

Methods in com.stimulsoft.report.chart.interfaces.constantLines with parameters of type StiPenStyle
 void IStiConstantLines.setLineStyle(StiPenStyle value)
           
 

Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.gridLines.axis
 

Methods in com.stimulsoft.report.chart.interfaces.gridLines.axis that return StiPenStyle
 StiPenStyle IStiGridLines.getMinorStyle()
           
 StiPenStyle IStiGridLines.getStyle()
           
 

Methods in com.stimulsoft.report.chart.interfaces.gridLines.axis with parameters of type StiPenStyle
 void IStiGridLines.setMinorStyle(StiPenStyle value)
           
 void IStiGridLines.setStyle(StiPenStyle value)
           
 

Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.gridLines.radar
 

Methods in com.stimulsoft.report.chart.interfaces.gridLines.radar that return StiPenStyle
 StiPenStyle IStiRadarGridLines.getStyle()
           
 

Methods in com.stimulsoft.report.chart.interfaces.gridLines.radar with parameters of type StiPenStyle
 void IStiRadarGridLines.setStyle(StiPenStyle value)
           
 

Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.radarAxis
 

Methods in com.stimulsoft.report.chart.interfaces.radarAxis that return StiPenStyle
 StiPenStyle IStiYRadarAxis.getLineStyle()
           
 

Methods in com.stimulsoft.report.chart.interfaces.radarAxis with parameters of type StiPenStyle
 void IStiYRadarAxis.setLineStyle(StiPenStyle value)
           
 

Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.series.clusteredColumn
 

Methods in com.stimulsoft.report.chart.interfaces.series.clusteredColumn that return StiPenStyle
 StiPenStyle IStiBaseLineSeries.getLineStyle()
           
 

Methods in com.stimulsoft.report.chart.interfaces.series.clusteredColumn with parameters of type StiPenStyle
 void IStiBaseLineSeries.setLineStyle(StiPenStyle value)
           
 

Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.series.radar
 

Methods in com.stimulsoft.report.chart.interfaces.series.radar that return StiPenStyle
 StiPenStyle IStiRadarLineSeries.getLineStyle()
           
 StiPenStyle IStiRadarAreaSeries.getLineStyle()
           
 

Methods in com.stimulsoft.report.chart.interfaces.series.radar with parameters of type StiPenStyle
 void IStiRadarLineSeries.setLineStyle(StiPenStyle value)
           
 void IStiRadarAreaSeries.setLineStyle(StiPenStyle value)
           
 

Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.series.stackedColumn
 

Methods in com.stimulsoft.report.chart.interfaces.series.stackedColumn that return StiPenStyle
 StiPenStyle IStiStackedBaseLineSeries.getLineStyle()
           
 

Methods in com.stimulsoft.report.chart.interfaces.series.stackedColumn with parameters of type StiPenStyle
 void IStiStackedBaseLineSeries.setLineStyle(StiPenStyle value)
           
 

Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.series.stock
 

Methods in com.stimulsoft.report.chart.interfaces.series.stock that return StiPenStyle
 StiPenStyle IStiStockSeries.getLineStyle()
           
 

Methods in com.stimulsoft.report.chart.interfaces.series.stock with parameters of type StiPenStyle
 void IStiStockSeries.setLineStyle(StiPenStyle value)
           
 

Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.trendLines
 

Methods in com.stimulsoft.report.chart.interfaces.trendLines that return StiPenStyle
 StiPenStyle IStiTrendLine.getLineStyle()
           
 

Methods in com.stimulsoft.report.chart.interfaces.trendLines with parameters of type StiPenStyle
 void IStiTrendLine.setLineStyle(StiPenStyle value)
           
 

Uses of StiPenStyle in com.stimulsoft.report.chart.view.axis
 

Methods in com.stimulsoft.report.chart.view.axis that return StiPenStyle
 StiPenStyle StiAxis.getLineStyle()
          Gets or sets line style of axis.
 

Methods in com.stimulsoft.report.chart.view.axis with parameters of type StiPenStyle
 void StiAxis.setLineStyle(StiPenStyle value)
           
 

Constructors in com.stimulsoft.report.chart.view.axis with parameters of type StiPenStyle
StiAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle)
           
StiAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle, boolean logarithmicScale)
           
StiAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle)
           
StiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle)
           
StiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle, IStiAxisDateTimeStep dateTimeStep)
           
StiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle, IStiAxisDateTimeStep dateTimeStep, boolean logarithmicScale)
           
StiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean allowApplyStyle)
           
StiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle)
           
StiXBottomAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle)
           
StiXBottomAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle, IStiAxisDateTimeStep dateTimeStep)
           
StiXBottomAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle, IStiAxisDateTimeStep dateTimeStep, boolean logarithmicScale)
           
StiXBottomAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean allowApplyStyle)
           
StiXBottomAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle)
           
StiXTopAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean showEdgeValues, boolean allowApplyStyle)
           
StiXTopAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean showEdgeValues, boolean allowApplyStyle, boolean logarithmicScale)
           
StiXTopAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle)
           
StiXTopAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean showEdgeValues, boolean allowApplyStyle)
           
StiYAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle)
           
StiYAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle, boolean logarithmicScale)
           
StiYAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle)
           
StiYLeftAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle)
           
StiYLeftAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle, boolean logarithmicScale)
           
StiYLeftAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle)
           
StiYRightAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle)
           
StiYRightAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle, boolean logarithmicScale)
           
StiYRightAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle)
           
 

Uses of StiPenStyle in com.stimulsoft.report.chart.view.constantLines
 

Methods in com.stimulsoft.report.chart.view.constantLines that return StiPenStyle
 StiPenStyle StiConstantLines.getLineStyle()
          Gets or sets constant line style.
 

Methods in com.stimulsoft.report.chart.view.constantLines with parameters of type StiPenStyle
 void StiConstantLines.setLineStyle(StiPenStyle value)
           
 

Uses of StiPenStyle in com.stimulsoft.report.chart.view.gridLines.axis
 

Methods in com.stimulsoft.report.chart.view.gridLines.axis that return StiPenStyle
 StiPenStyle StiGridLines.getMinorStyle()
          Gets or sets style which will be used for drawing minor grid lines.
 StiPenStyle StiGridLines.getStyle()
          Gets or sets style which will be used for drawing major grid lines.
 

Methods in com.stimulsoft.report.chart.view.gridLines.axis with parameters of type StiPenStyle
 void StiGridLines.setMinorStyle(StiPenStyle value)
           
 void StiGridLines.setStyle(StiPenStyle value)
           
 

Constructors in com.stimulsoft.report.chart.view.gridLines.axis with parameters of type StiPenStyle
StiGridLines(StiColor color, StiPenStyle style, boolean visible, StiColor minorColor, StiPenStyle minorStyle, boolean minorVisible, int minorCount, boolean allowApplyStyle)
           
StiGridLinesHor(StiColor color, StiPenStyle style, boolean visible, StiColor minorColor, StiPenStyle minorStyle, boolean minorVisible, int minorCount, boolean allowApplyStyle)
           
StiGridLinesVert(StiColor color, StiPenStyle style, boolean visible, StiColor minorColor, StiPenStyle minorStyle, boolean minorVisible, int minorCount, boolean allowApplyStyle)
           
 

Uses of StiPenStyle in com.stimulsoft.report.chart.view.gridLines.radar
 

Methods in com.stimulsoft.report.chart.view.gridLines.radar that return StiPenStyle
 StiPenStyle StiRadarGridLines.getStyle()
          Gets or sets style which will be used for drawing major grid lines.
 

Methods in com.stimulsoft.report.chart.view.gridLines.radar with parameters of type StiPenStyle
 void StiRadarGridLines.setStyle(StiPenStyle value)
           
 

Constructors in com.stimulsoft.report.chart.view.gridLines.radar with parameters of type StiPenStyle
StiRadarGridLines(StiColor color, StiPenStyle style, boolean visible, boolean allowApplyStyle)
           
StiRadarGridLinesHor(StiColor color, StiPenStyle style, boolean visible, boolean allowApplyStyle)
           
StiRadarGridLinesVert(StiColor color, StiPenStyle style, boolean visible, boolean allowApplyStyle)
           
 

Uses of StiPenStyle in com.stimulsoft.report.chart.view.radarAxis
 

Methods in com.stimulsoft.report.chart.view.radarAxis that return StiPenStyle
 StiPenStyle StiYRadarAxis.getLineStyle()
          Gets or sets line style of axis.
 

Methods in com.stimulsoft.report.chart.view.radarAxis with parameters of type StiPenStyle
 void StiYRadarAxis.setLineStyle(StiPenStyle value)
           
 

Constructors in com.stimulsoft.report.chart.view.radarAxis with parameters of type StiPenStyle
StiYRadarAxis(IStiAxisLabels labels, IStiAxisTicks ticks, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean allowApplyStyle)
           
 

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

Methods in com.stimulsoft.report.chart.view.series.clusteredColumn that return StiPenStyle
 StiPenStyle StiBaseLineSeries.getLineStyle()
          Gets or sets a line style of series.
 

Methods in com.stimulsoft.report.chart.view.series.clusteredColumn with parameters of type StiPenStyle
 void StiBaseLineSeries.setLineStyle(StiPenStyle value)
           
 

Uses of StiPenStyle in com.stimulsoft.report.chart.view.series.radar
 

Methods in com.stimulsoft.report.chart.view.series.radar that return StiPenStyle
 StiPenStyle StiRadarLineSeries.getLineStyle()
          Gets or sets a line style of series.
 StiPenStyle StiRadarAreaSeries.getLineStyle()
          Gets or sets a line style of series.
 

Methods in com.stimulsoft.report.chart.view.series.radar with parameters of type StiPenStyle
 void StiRadarLineSeries.setLineStyle(StiPenStyle value)
           
 void StiRadarAreaSeries.setLineStyle(StiPenStyle value)
           
 

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

Methods in com.stimulsoft.report.chart.view.series.stackedColumn that return StiPenStyle
 StiPenStyle StiStackedBaseLineSeries.getLineStyle()
          Gets or sets a border style.
 

Methods in com.stimulsoft.report.chart.view.series.stackedColumn with parameters of type StiPenStyle
 void StiStackedBaseLineSeries.setLineStyle(StiPenStyle value)
           
 

Uses of StiPenStyle in com.stimulsoft.report.chart.view.series.stock
 

Methods in com.stimulsoft.report.chart.view.series.stock that return StiPenStyle
 StiPenStyle StiStockSeries.getLineStyle()
          Gets or sets a line style of series.
 

Methods in com.stimulsoft.report.chart.view.series.stock with parameters of type StiPenStyle
 void StiStockSeries.setLineStyle(StiPenStyle value)
           
 

Uses of StiPenStyle in com.stimulsoft.report.chart.view.trendLines
 

Methods in com.stimulsoft.report.chart.view.trendLines that return StiPenStyle
 StiPenStyle StiTrendLine.getLineStyle()
          Gets or sets trend line style.
 

Methods in com.stimulsoft.report.chart.view.trendLines with parameters of type StiPenStyle
 void StiTrendLine.setLineStyle(StiPenStyle value)
           
 

Uses of StiPenStyle in com.stimulsoft.report.components.interfaces
 

Methods in com.stimulsoft.report.components.interfaces that return StiPenStyle
 StiPenStyle IStiText.getLinesOfUnderline()
          Gets or sets value indicates that it is necessary to lines of underline.
 

Methods in com.stimulsoft.report.components.interfaces with parameters of type StiPenStyle
 void IStiText.setLinesOfUnderline(StiPenStyle value)
           
 

Uses of StiPenStyle in com.stimulsoft.report.components.simplecomponents
 

Methods in com.stimulsoft.report.components.simplecomponents that return StiPenStyle
 StiPenStyle StiTextInCells.getLinesOfUnderline()
           
 StiPenStyle StiSimpleText.getLinesOfUnderline()
          Gets or sets value indicates that it is necessary to lines of underline.
 StiPenStyle StiRichText.getLinesOfUnderline()
           
 StiPenStyle StiContourText.getLinesOfUnderline()
           
 StiPenStyle StiShape.getStyle()
          Gets or sets a pen style.
 StiPenStyle StiLinePrimitive.getStyle()
          Gets or sets a line style.
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiPenStyle
 void StiTextInCells.setLinesOfUnderline(StiPenStyle value)
           
 void StiSimpleText.setLinesOfUnderline(StiPenStyle value)
           
 void StiRichText.setLinesOfUnderline(StiPenStyle value)
           
 void StiContourText.setLinesOfUnderline(StiPenStyle value)
           
 void StiShape.setStyle(StiPenStyle value)
           
 void StiLinePrimitive.setStyle(StiPenStyle value)
           
 

Uses of StiPenStyle in com.stimulsoft.report.crossTab
 

Methods in com.stimulsoft.report.crossTab that return StiPenStyle
 StiPenStyle StiCrossField.getLinesOfUnderline()
           
 

Methods in com.stimulsoft.report.crossTab with parameters of type StiPenStyle
 void StiCrossField.setLinesOfUnderline(StiPenStyle value)
           
 

Uses of StiPenStyle in com.stimulsoft.report.export.service
 

Methods in com.stimulsoft.report.export.service with parameters of type StiPenStyle
static java.lang.String StiSvgExportService.StiSvgHelper.getLineStyleDash(StiPenStyle penStyle, double width)
          Get line style dash
 

Uses of StiPenStyle in com.stimulsoft.webdesigner.helper
 

Methods in com.stimulsoft.webdesigner.helper that return StiPenStyle
static StiPenStyle StiReportEdit.strToPenStyle(java.lang.String value)