[]
Initializes new instance of the TickInfo object.
public Tick()
Initializes new instance of the TickInfo object.
public Tick(double step)
Type | Name | Description |
---|---|---|
double | step | Tick step |
Initializes new instance of the TickInfo object.
public Tick(Line line, double step, float length)
Type | Name | Description |
---|---|---|
Line | line | Line info to draw tick line |
double | step | Tick step |
float | length | Tick length |
Initializes new instance of the TickInfo object.
public Tick(Line line, Line gridLine, double step, float length, bool visible)
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 |
For internal use only.
public Tick(string xml)
Type | Name | Description |
---|---|---|
string | xml |
For internal use only.
public Tick(string xml, GraphXmlSerializationContext context)
Type | Name | Description |
---|---|---|
string | xml | |
GraphXmlSerializationContext | context |