Click or drag to resize

StiMarkerGeom Constructor

Initializes a new instance of the StiMarkerGeom class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiMarkerGeom(
	IStiSeries series,
	int index,
	double value,
	PointF point,
	IStiMarker marker,
	bool showShadow,
	float zoom,
	bool isTooltipMode
)

Parameters

series
Type: Stimulsoft.Report.ChartIStiSeries

[Missing <param name="series"/> documentation for "M:Stimulsoft.Report.Chart.StiMarkerGeom.#ctor(Stimulsoft.Report.Chart.IStiSeries,System.Int32,System.Double,System.Drawing.PointF,Stimulsoft.Report.Chart.IStiMarker,System.Boolean,System.Single,System.Boolean)"]

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Stimulsoft.Report.Chart.StiMarkerGeom.#ctor(Stimulsoft.Report.Chart.IStiSeries,System.Int32,System.Double,System.Drawing.PointF,Stimulsoft.Report.Chart.IStiMarker,System.Boolean,System.Single,System.Boolean)"]

value
Type: SystemDouble

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.Chart.StiMarkerGeom.#ctor(Stimulsoft.Report.Chart.IStiSeries,System.Int32,System.Double,System.Drawing.PointF,Stimulsoft.Report.Chart.IStiMarker,System.Boolean,System.Single,System.Boolean)"]

point
Type: System.DrawingPointF

[Missing <param name="point"/> documentation for "M:Stimulsoft.Report.Chart.StiMarkerGeom.#ctor(Stimulsoft.Report.Chart.IStiSeries,System.Int32,System.Double,System.Drawing.PointF,Stimulsoft.Report.Chart.IStiMarker,System.Boolean,System.Single,System.Boolean)"]

marker
Type: Stimulsoft.Report.ChartIStiMarker

[Missing <param name="marker"/> documentation for "M:Stimulsoft.Report.Chart.StiMarkerGeom.#ctor(Stimulsoft.Report.Chart.IStiSeries,System.Int32,System.Double,System.Drawing.PointF,Stimulsoft.Report.Chart.IStiMarker,System.Boolean,System.Single,System.Boolean)"]

showShadow
Type: SystemBoolean

[Missing <param name="showShadow"/> documentation for "M:Stimulsoft.Report.Chart.StiMarkerGeom.#ctor(Stimulsoft.Report.Chart.IStiSeries,System.Int32,System.Double,System.Drawing.PointF,Stimulsoft.Report.Chart.IStiMarker,System.Boolean,System.Single,System.Boolean)"]

zoom
Type: SystemSingle

[Missing <param name="zoom"/> documentation for "M:Stimulsoft.Report.Chart.StiMarkerGeom.#ctor(Stimulsoft.Report.Chart.IStiSeries,System.Int32,System.Double,System.Drawing.PointF,Stimulsoft.Report.Chart.IStiMarker,System.Boolean,System.Single,System.Boolean)"]

isTooltipMode
Type: SystemBoolean

[Missing <param name="isTooltipMode"/> documentation for "M:Stimulsoft.Report.Chart.StiMarkerGeom.#ctor(Stimulsoft.Report.Chart.IStiSeries,System.Int32,System.Double,System.Drawing.PointF,Stimulsoft.Report.Chart.IStiMarker,System.Boolean,System.Single,System.Boolean)"]

See Also