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 int getInterval()
Gets a number from 0 to 99 that specifies the interval between grid lines.
public void setInterval(int value)
value
- a number from 0 to 99 that specifies the interval between grid lines.public Color getIntervalColor()
public void setIntervalColor(Color value)
value
- a color of secondary grid line.public int getIntervalPattern()
Gets a line pattern for secondary grid line.
public void setIntervalPattern(int value)
value
- a line pattern for secondary grid line.public Color getNormalColor()
public void setNormalColor(Color value)
value
- a color of normal grid line.public int getNormalPattern()
Returns a line pattern for normal grid line.
public void setNormalPattern(int value)
value
- a line pattern for normal grid line.public int getType()
Returns a grid line type.
Read/write GridlineType
.
public void setType(int value)
value
- GridlineType enumerated type value.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.