Click or drag to resize

StiMarkerCoreXFDrawLines Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Chart.StiMarkerCoreXF.DrawLines(Stimulsoft.Base.Context.StiContext,System.Nullable{System.Drawing.PointF}[],System.Single,System.Object,Stimulsoft.Base.Context.StiPenGeom,Stimulsoft.Report.Chart.StiMarkerType,System.Single,System.Single,System.Single)"]

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void DrawLines(
	StiContext context,
	Nullable<PointF>[] points,
	float scale,
	Object brushMarker,
	StiPenGeom penMarker,
	StiMarkerType markerType,
	float markerStep,
	float markerSize,
	float angle
)

Parameters

context
Type: Stimulsoft.Base.ContextStiContext

[Missing <param name="context"/> documentation for "M:Stimulsoft.Report.Chart.StiMarkerCoreXF.DrawLines(Stimulsoft.Base.Context.StiContext,System.Nullable{System.Drawing.PointF}[],System.Single,System.Object,Stimulsoft.Base.Context.StiPenGeom,Stimulsoft.Report.Chart.StiMarkerType,System.Single,System.Single,System.Single)"]

points
Type: SystemNullablePointF

[Missing <param name="points"/> documentation for "M:Stimulsoft.Report.Chart.StiMarkerCoreXF.DrawLines(Stimulsoft.Base.Context.StiContext,System.Nullable{System.Drawing.PointF}[],System.Single,System.Object,Stimulsoft.Base.Context.StiPenGeom,Stimulsoft.Report.Chart.StiMarkerType,System.Single,System.Single,System.Single)"]

scale
Type: SystemSingle

[Missing <param name="scale"/> documentation for "M:Stimulsoft.Report.Chart.StiMarkerCoreXF.DrawLines(Stimulsoft.Base.Context.StiContext,System.Nullable{System.Drawing.PointF}[],System.Single,System.Object,Stimulsoft.Base.Context.StiPenGeom,Stimulsoft.Report.Chart.StiMarkerType,System.Single,System.Single,System.Single)"]

brushMarker
Type: SystemObject

[Missing <param name="brushMarker"/> documentation for "M:Stimulsoft.Report.Chart.StiMarkerCoreXF.DrawLines(Stimulsoft.Base.Context.StiContext,System.Nullable{System.Drawing.PointF}[],System.Single,System.Object,Stimulsoft.Base.Context.StiPenGeom,Stimulsoft.Report.Chart.StiMarkerType,System.Single,System.Single,System.Single)"]

penMarker
Type: Stimulsoft.Base.ContextStiPenGeom

[Missing <param name="penMarker"/> documentation for "M:Stimulsoft.Report.Chart.StiMarkerCoreXF.DrawLines(Stimulsoft.Base.Context.StiContext,System.Nullable{System.Drawing.PointF}[],System.Single,System.Object,Stimulsoft.Base.Context.StiPenGeom,Stimulsoft.Report.Chart.StiMarkerType,System.Single,System.Single,System.Single)"]

markerType
Type: Stimulsoft.Report.ChartStiMarkerType

[Missing <param name="markerType"/> documentation for "M:Stimulsoft.Report.Chart.StiMarkerCoreXF.DrawLines(Stimulsoft.Base.Context.StiContext,System.Nullable{System.Drawing.PointF}[],System.Single,System.Object,Stimulsoft.Base.Context.StiPenGeom,Stimulsoft.Report.Chart.StiMarkerType,System.Single,System.Single,System.Single)"]

markerStep
Type: SystemSingle

[Missing <param name="markerStep"/> documentation for "M:Stimulsoft.Report.Chart.StiMarkerCoreXF.DrawLines(Stimulsoft.Base.Context.StiContext,System.Nullable{System.Drawing.PointF}[],System.Single,System.Object,Stimulsoft.Base.Context.StiPenGeom,Stimulsoft.Report.Chart.StiMarkerType,System.Single,System.Single,System.Single)"]

markerSize
Type: SystemSingle

[Missing <param name="markerSize"/> documentation for "M:Stimulsoft.Report.Chart.StiMarkerCoreXF.DrawLines(Stimulsoft.Base.Context.StiContext,System.Nullable{System.Drawing.PointF}[],System.Single,System.Object,Stimulsoft.Base.Context.StiPenGeom,Stimulsoft.Report.Chart.StiMarkerType,System.Single,System.Single,System.Single)"]

angle
Type: SystemSingle

[Missing <param name="angle"/> documentation for "M:Stimulsoft.Report.Chart.StiMarkerCoreXF.DrawLines(Stimulsoft.Base.Context.StiContext,System.Nullable{System.Drawing.PointF}[],System.Single,System.Object,Stimulsoft.Base.Context.StiPenGeom,Stimulsoft.Report.Chart.StiMarkerType,System.Single,System.Single,System.Single)"]

See Also