Click or drag to resize

StiGridLines Constructor (Color, StiPenStyle, Boolean, Color, StiPenStyle, Boolean, Int32, Boolean)

Initializes a new instance of the StiGridLines class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiGridLines(
	Color color,
	StiPenStyle style,
	bool visible,
	Color minorColor,
	StiPenStyle minorStyle,
	bool minorVisible,
	int minorCount,
	bool allowApplyStyle
)

Parameters

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:Stimulsoft.Report.Chart.StiGridLines.#ctor(System.Drawing.Color,Stimulsoft.Base.Drawing.StiPenStyle,System.Boolean,System.Drawing.Color,Stimulsoft.Base.Drawing.StiPenStyle,System.Boolean,System.Int32,System.Boolean)"]

style
Type: Stimulsoft.Base.DrawingStiPenStyle

[Missing <param name="style"/> documentation for "M:Stimulsoft.Report.Chart.StiGridLines.#ctor(System.Drawing.Color,Stimulsoft.Base.Drawing.StiPenStyle,System.Boolean,System.Drawing.Color,Stimulsoft.Base.Drawing.StiPenStyle,System.Boolean,System.Int32,System.Boolean)"]

visible
Type: SystemBoolean

[Missing <param name="visible"/> documentation for "M:Stimulsoft.Report.Chart.StiGridLines.#ctor(System.Drawing.Color,Stimulsoft.Base.Drawing.StiPenStyle,System.Boolean,System.Drawing.Color,Stimulsoft.Base.Drawing.StiPenStyle,System.Boolean,System.Int32,System.Boolean)"]

minorColor
Type: System.DrawingColor

[Missing <param name="minorColor"/> documentation for "M:Stimulsoft.Report.Chart.StiGridLines.#ctor(System.Drawing.Color,Stimulsoft.Base.Drawing.StiPenStyle,System.Boolean,System.Drawing.Color,Stimulsoft.Base.Drawing.StiPenStyle,System.Boolean,System.Int32,System.Boolean)"]

minorStyle
Type: Stimulsoft.Base.DrawingStiPenStyle

[Missing <param name="minorStyle"/> documentation for "M:Stimulsoft.Report.Chart.StiGridLines.#ctor(System.Drawing.Color,Stimulsoft.Base.Drawing.StiPenStyle,System.Boolean,System.Drawing.Color,Stimulsoft.Base.Drawing.StiPenStyle,System.Boolean,System.Int32,System.Boolean)"]

minorVisible
Type: SystemBoolean

[Missing <param name="minorVisible"/> documentation for "M:Stimulsoft.Report.Chart.StiGridLines.#ctor(System.Drawing.Color,Stimulsoft.Base.Drawing.StiPenStyle,System.Boolean,System.Drawing.Color,Stimulsoft.Base.Drawing.StiPenStyle,System.Boolean,System.Int32,System.Boolean)"]

minorCount
Type: SystemInt32

[Missing <param name="minorCount"/> documentation for "M:Stimulsoft.Report.Chart.StiGridLines.#ctor(System.Drawing.Color,Stimulsoft.Base.Drawing.StiPenStyle,System.Boolean,System.Drawing.Color,Stimulsoft.Base.Drawing.StiPenStyle,System.Boolean,System.Int32,System.Boolean)"]

allowApplyStyle
Type: SystemBoolean

[Missing <param name="allowApplyStyle"/> documentation for "M:Stimulsoft.Report.Chart.StiGridLines.#ctor(System.Drawing.Color,Stimulsoft.Base.Drawing.StiPenStyle,System.Boolean,System.Drawing.Color,Stimulsoft.Base.Drawing.StiPenStyle,System.Boolean,System.Int32,System.Boolean)"]

See Also