[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Tick

Tick Class

Tick attributes. Ticks are drawn on axes.

Inheritance
Tick
Namespace: GrapeCity.ActiveReports.Chart
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
[TypeConverter(typeof(Tick.Converter))]
public sealed class Tick : Item, IGraphItem, ICloneable, IGraphXmlSerializable

Constructors

Name Description
Tick()

Initializes new instance of the TickInfo object.

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

Initializes new instance of the TickInfo object.

Tick(Line, double, float)

Initializes new instance of the TickInfo object.

Tick(double)

Initializes new instance of the TickInfo object.

Tick(string)

For internal use only.

Tick(string, GraphXmlSerializationContext)

For internal use only.

Properties

Name Description
GridLine

Line used to draw grid on walls

Length

length of line to draw tick

Line

Line used to draw tick

Step

Step in units of measure of the axis between two subsequent ticks

Visible

Controls if tick will be drawn

Methods

Name Description
Clone()

This member overrides

Item.Clone
Equals(object)

Determines whether the specified object is equal to this instance.

GetHashCode()

Returns a hash code for this instance.