Class StiSparklineV2Builder
java.lang.Object
com.stimulsoft.report.engine.StiBuilder
com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
com.stimulsoft.report.engine.engineV2.builders.StiComponentV2Builder
com.stimulsoft.report.engine.engineV2.builders.StiSparklineV2Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic double[]getValuesFromValueDataColumn(StiSparkline sparkline, int maxRows) InternalRender(StiComponent masterComp) Renders a component.voidPrepare(StiComponent masterComp) Prepares a component for rendering.Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiComponentV2Builder
Render, SetReportVariables, UnPrepareMethods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
GetBuilder
-
Constructor Details
-
StiSparklineV2Builder
public StiSparklineV2Builder()
-
-
Method Details
-
Prepare
Description copied from class:StiComponentV2BuilderPrepares a component for rendering.- Overrides:
Preparein classStiComponentV2Builder
-
InternalRender
Description copied from class:StiV2BuilderRenders a component. Does not call events of a component while rendering.- Overrides:
InternalRenderin classStiComponentV2Builder- Parameters:
masterComp-- Returns:
-
getValuesFromValueDataColumn
-