Свойство | Type | Description | |
---|---|---|---|
LargeTickLabelType_ | LargeTickLabelType |
Méthode | Description | |
---|---|---|
Clone ( ) : object |
Deep copy of DateTimeAxis.
|
|
DateTimeAxis ( ) : System |
Default Constructor
|
|
DateTimeAxis ( |
Constructor
|
|
DateTimeAxis ( System.DateTime worldMin, System.DateTime worldMax ) : System |
Constructor
|
|
DateTimeAxis ( double worldMin, double worldMax ) : System |
Constructor
|
|
DateTimeAxis ( long worldMin, long worldMax ) : System |
Constructor
|
Méthode | Description | |
---|---|---|
DoClone ( |
Helper method for Clone.
|
|
DrawTicks ( |
Draw the ticks.
|
|
LargeTickLabel ( System.DateTime tickDate ) : string |
Get the label corresponding to the provided date time
|
Méthode | Description | |
---|---|---|
Init ( ) : void | ||
WorldTickPositions_FirstPass ( Point physicalMin, Point physicalMax, List |
Determines the positions, in world coordinates, of the large ticks. No small tick marks are currently calculated by this method.
|
|
WorldTickPositions_SecondPass ( Point physicalMin, Point physicalMax, List |
Compute the small tick positions for largetick size of one or more years. - inside the domain or the large tick positons, is take the mid-point of pairs of large ticks - outside the large tick range, check if a half tick is inside the world min/max This method works only if there are atleast 2 large ticks, since we don't know if its minutes, hours, month, or yearly divisor. Added by Rosco Hill |
public DateTimeAxis ( |
||
a | Axis to construct from | |
Résultat | System |
public DateTimeAxis ( System.DateTime worldMin, System.DateTime worldMax ) : System | ||
worldMin | System.DateTime | World min of axis |
worldMax | System.DateTime | World max of axis |
Résultat | System |
public DateTimeAxis ( double worldMin, double worldMax ) : System | ||
worldMin | double | World min of axis |
worldMax | double | World max of axis |
Résultat | System |
public DateTimeAxis ( long worldMin, long worldMax ) : System | ||
worldMin | long | World min of axis |
worldMax | long | World max of axis |
Résultat | System |
protected static DoClone ( |
||
b | The cloned object. | |
a | The original object to clone. | |
Résultat | void |
protected DrawTicks ( |
||
g | The drawing surface on which to draw. | |
physicalMin | Point | The minimum physical extent of the axis. |
physicalMax | Point | The maximum physical extent of the axis. |
labelOffset | object | out: a suitable offset from the axis to draw the axis label. |
boundingBox | object | out: smallest box that completely encompasses all of the ticks and tick labels. |
Résultat | void |
protected LargeTickLabel ( System.DateTime tickDate ) : string | ||
tickDate | System.DateTime | the date time to get the label for |
Résultat | string |