Click or drag to resize

StiVertTrackBarGeom Constructor

Initializes a new instance of the StiVertTrackBarGeom class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiVertTrackBarGeom(
	IStiYAxis axis,
	RectangleF clientRectangle,
	StiVertScrollBarGeom scrollBar
)

Parameters

axis
Type: Stimulsoft.Report.ChartIStiYAxis

[Missing <param name="axis"/> documentation for "M:Stimulsoft.Report.Chart.StiVertTrackBarGeom.#ctor(Stimulsoft.Report.Chart.IStiYAxis,System.Drawing.RectangleF,Stimulsoft.Report.Chart.StiVertScrollBarGeom)"]

clientRectangle
Type: System.DrawingRectangleF

[Missing <param name="clientRectangle"/> documentation for "M:Stimulsoft.Report.Chart.StiVertTrackBarGeom.#ctor(Stimulsoft.Report.Chart.IStiYAxis,System.Drawing.RectangleF,Stimulsoft.Report.Chart.StiVertScrollBarGeom)"]

scrollBar
Type: Stimulsoft.Report.ChartStiVertScrollBarGeom

[Missing <param name="scrollBar"/> documentation for "M:Stimulsoft.Report.Chart.StiVertTrackBarGeom.#ctor(Stimulsoft.Report.Chart.IStiYAxis,System.Drawing.RectangleF,Stimulsoft.Report.Chart.StiVertScrollBarGeom)"]

See Also