[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Tick.-ctor

Tick Constructor

Tick()

Initializes new instance of the TickInfo object.

Declaration
public Tick()

Tick(double)

Initializes new instance of the TickInfo object.

Declaration
public Tick(double step)
Parameters
Type Name Description
double step

Tick step

Tick(Line, double, float)

Initializes new instance of the TickInfo object.

Declaration
public Tick(Line line, double step, float length)
Parameters
Type Name Description
Line line

Line info to draw tick line

double step

Tick step

float length

Tick length

Tick(Line, Line, double, float, bool)

Initializes new instance of the TickInfo object.

Declaration
public Tick(Line line, Line gridLine, double step, float length, bool visible)
Parameters
Type Name Description
Line line

Line info to draw tick line

Line gridLine

Line info to draw grid line

double step

Tick step

float length

Tick length

bool visible

Specifies tick and grid lines visibility

Tick(string)

For internal use only.

Declaration
public Tick(string xml)
Parameters
Type Name Description
string xml

Tick(string, GraphXmlSerializationContext)

For internal use only.

Declaration
public Tick(string xml, GraphXmlSerializationContext context)
Parameters
Type Name Description
string xml
GraphXmlSerializationContext context