public class Gridlines extends Object
Represents gridlines that appear in a GanttChart view.
Constructor and Description |
---|
Gridlines() |
Modifier and Type | Method and Description |
---|---|
int |
getInterval()
Gets a number from 0 to 99 that specifies the interval between grid lines.
|
Color |
getIntervalColor()
Gets a color of secondary grid line.
|
int |
getIntervalPattern()
Gets a line pattern for secondary grid line.
|
Color |
getNormalColor()
Returns a color of normal grid line.
|
int |
getNormalPattern()
Returns a line pattern for normal grid line.
|
int |
getType()
Returns a grid line type.
|
void |
setInterval(int value)
Sets a number from 0 to 99 that specifies the interval between grid lines.
|
void |
setIntervalColor(Color value)
Sets a color of secondary grid line.
|
void |
setIntervalPattern(int value)
Sets a line pattern for secondary grid line.
|
void |
setNormalColor(Color value)
Sets a color of normal grid line.
|
void |
setNormalPattern(int value)
Sets a line pattern for normal grid line.
|
void |
setType(int value)
Sets a gridline type.
|
public final int getInterval()
Gets a number from 0 to 99 that specifies the interval between grid lines.
public final void setInterval(int value)
value
- a number from 0 to 99 that specifies the interval between grid lines.public final Color getIntervalColor()
public void setIntervalColor(Color value)
value
- a color of secondary grid line.public final int getIntervalPattern()
Gets a line pattern for secondary grid line.
public final void setIntervalPattern(int value)
value
- a line pattern for secondary grid line.public final Color getNormalColor()
public final void setNormalColor(Color value)
value
- a color of normal grid line.public final int getNormalPattern()
Returns a line pattern for normal grid line.
public final void setNormalPattern(int value)
value
- a line pattern for normal grid line.public final int getType()
Returns a grid line type.
Read/write GridlineType
.
public final void setType(int value)
value
- GridlineType enumerated type value.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.