ichartgridline-ag凯发旗舰厅



com.spire.presentation.charts
interface ichartgridline

all known implementing classes:
textlineformat

public interface ichartgridline

method summary
 penalignmenttype getalignment()
          gets or sets the line alignment.
 linecapstyle getcapstyle()
          gets or sets the line cap style.
 linedashstyletype getdashstyle()
          gets or sets the line dash style.
 linefillformat getfillformat()
          gets the fill format of a line.
 fillformattype getfilltype()
          gets or sets the fill format type.
 gradientfillformat getgradient()
          gets the gradient fill format.
 linejointype getjoinstyle()
          gets or sets the lines join style.
 lineendlength getlinebeginlength()
          gets or sets the arrowhead length at the beginning of a line.
 lineendtype getlinebegintype()
          gets or sets the arrowhead style at the beginning of a line.
 lineendwidth getlinebeginwidth()
          gets or sets the arrowhead width at the beginning of a line.
 lineendlength getlineendlength()
          gets or sets the arrowhead length at the end of a line.
 lineendtype getlineendtype()
          gets or sets the arrowhead style at the end of a line.
 lineendwidth getlineendwidth()
          gets or sets the arrowhead width at the end of a line.
 float getmiterlimit()
          gets or sets the miter limit of a line.
 patternfillformat getpattern()
          gets the pattern fill format.
 tristate getrotatewithshape()
          indicates whether the fill should be rotated with a shape.
 colorformat getsolidfillcolor()
          gets the color of a solid fill.
 textlinestyle getstyle()
          gets or sets the line style.
 double getwidth()
          gets or sets the width of a line.
 void setalignment(penalignmenttype value)
          gets or sets the line alignment.
 void setcapstyle(linecapstyle value)
          gets or sets the line cap style.
 void setdashstyle(linedashstyletype value)
          gets or sets the line dash style.
 void setfilltype(fillformattype value)
          gets or sets the fill format type.
 void setjoinstyle(linejointype value)
          gets or sets the lines join style.
 void setlinebeginlength(lineendlength value)
          gets or sets the arrowhead length at the beginning of a line.
 void setlinebegintype(lineendtype value)
          gets or sets the arrowhead style at the beginning of a line.
 void setlinebeginwidth(lineendwidth value)
          gets or sets the arrowhead width at the beginning of a line.
 void setlineendlength(lineendlength value)
          gets or sets the arrowhead length at the end of a line.
 void setlineendtype(lineendtype value)
          gets or sets the arrowhead style at the end of a line.
 void setlineendwidth(lineendwidth value)
          gets or sets the arrowhead width at the end of a line.
 void setmiterlimit(float value)
          gets or sets the miter limit of a line.
 void setrotatewithshape(tristate value)
          whether the fill should be rotated with a shape.
 void setstyle(textlinestyle value)
          gets or sets the line style.
 void setwidth(double value)
          gets or sets the width of a line.
 
method detail

getfilltype

fillformattype getfilltype()
gets or sets the fill format type.
returns:

setfilltype

void setfilltype(fillformattype value)
gets or sets the fill format type.
parameters:
value -

getfillformat

linefillformat getfillformat()
gets the fill format of a line. read-only .
returns:

getgradient

gradientfillformat getgradient()
gets the gradient fill format. read-only .
returns:

getpattern

patternfillformat getpattern()
gets the pattern fill format. read-only .
returns:

getsolidfillcolor

colorformat getsolidfillcolor()
gets the color of a solid fill. read-only .
returns:

getrotatewithshape

tristate getrotatewithshape()
indicates whether the fill should be rotated with a shape. read/write .
returns:

setrotatewithshape

void setrotatewithshape(tristate value)
whether the fill should be rotated with a shape. read/write .
parameters:
value -

getwidth

double getwidth()
gets or sets the width of a line. read/write .
returns:

setwidth

void setwidth(double value)
gets or sets the width of a line. read/write .
parameters:
value -

getdashstyle

linedashstyletype getdashstyle()
gets or sets the line dash style. read/write .
returns:

setdashstyle

void setdashstyle(linedashstyletype value)
gets or sets the line dash style. read/write .
parameters:
value -

getcapstyle

linecapstyle getcapstyle()
gets or sets the line cap style. read/write .
returns:

setcapstyle

void setcapstyle(linecapstyle value)
gets or sets the line cap style. read/write .
parameters:
value -

getstyle

textlinestyle getstyle()
gets or sets the line style. read/write .
returns:

setstyle

void setstyle(textlinestyle value)
gets or sets the line style. read/write .
parameters:
value -

getalignment

penalignmenttype getalignment()
gets or sets the line alignment. read/write .
returns:

setalignment

void setalignment(penalignmenttype value)
gets or sets the line alignment. read/write .
parameters:
value -

getjoinstyle

linejointype getjoinstyle()
gets or sets the lines join style. read/write .
returns:

setjoinstyle

void setjoinstyle(linejointype value)
gets or sets the lines join style. read/write .
parameters:
value -

getmiterlimit

float getmiterlimit()
gets or sets the miter limit of a line. read/write .
returns:

setmiterlimit

void setmiterlimit(float value)
gets or sets the miter limit of a line. read/write .
parameters:
value -

getlinebegintype

lineendtype getlinebegintype()
gets or sets the arrowhead style at the beginning of a line. read/write .
returns:

setlinebegintype

void setlinebegintype(lineendtype value)
gets or sets the arrowhead style at the beginning of a line. read/write .
parameters:
value -

getlineendtype

lineendtype getlineendtype()
gets or sets the arrowhead style at the end of a line. read/write .
returns:

setlineendtype

void setlineendtype(lineendtype value)
gets or sets the arrowhead style at the end of a line. read/write .
parameters:
value -

getlinebeginwidth

lineendwidth getlinebeginwidth()
gets or sets the arrowhead width at the beginning of a line. read/write .
returns:

setlinebeginwidth

void setlinebeginwidth(lineendwidth value)
gets or sets the arrowhead width at the beginning of a line. read/write .
parameters:
value -

getlineendwidth

lineendwidth getlineendwidth()
gets or sets the arrowhead width at the end of a line. read/write .
returns:

setlineendwidth

void setlineendwidth(lineendwidth value)
gets or sets the arrowhead width at the end of a line. read/write .
parameters:
value -

getlinebeginlength

lineendlength getlinebeginlength()
gets or sets the arrowhead length at the beginning of a line. read/write .
returns:

setlinebeginlength

void setlinebeginlength(lineendlength value)
gets or sets the arrowhead length at the beginning of a line. read/write
parameters:
value -

getlineendlength

lineendlength getlineendlength()
gets or sets the arrowhead length at the end of a line. read/write .
returns:

setlineendlength

void setlineendlength(lineendlength value)
gets or sets the arrowhead length at the end of a line. read/write .
parameters:
value -


网站地图