public final class GraphInfo extends Object implements com.aspose.ms.System.ICloneable
Represents graphics info.
Constructor and Description |
---|
GraphInfo() |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clone the table.
|
Color |
getColor()
Gets or sets a
Color object that indicates the color of the graph. |
Color |
getFillColor()
Gets or sets a
Color object that indicates the fill color of the graph. |
float |
getLineWidth()
Gets or sets a float value that indicates the line width of the graph.
|
boolean |
isDoubled()
Gets or sets is border doubled.
|
void |
isDoubled(boolean value) |
void |
setColor(Color value) |
void |
setFillColor(Color value) |
void |
setLineWidth(float value) |
public float getLineWidth()
Gets or sets a float value that indicates the line width of the graph.
public void setLineWidth(float value)
public Color getColor()
Gets or sets a Color
object that indicates the color of the graph.
public void setColor(Color value)
public Color getFillColor()
Gets or sets a Color
object that indicates the fill color of the graph.
public void setFillColor(Color value)
public boolean isDoubled()
Gets or sets is border doubled.
public void isDoubled(boolean value)
public Object deepClone()
Clone the table.
deepClone
in interface com.aspose.ms.System.ICloneable
Copyright © 2017 Aspose. All Rights Reserved.