Globals
Stimulsoft
Report
Chart
StiChartTitle
Class StiChartTitle
Hierarchy
StiChartTitle
Implements
IStiChartTitle
ICloneable
IStiJsonReportObject
Index
Constructors
constructor
Properties
_hash
alignment
antialiasing
brush
chart
core
dock
font
spacing
text
visible
Accessors
allow
Apply
Style
prop
Name
Methods
clone
implements
load
From
Json
Object
load
From
Xml
meta
save
ToJson
Object
Constructors
constructor
new
Sti
Chart
Title
(
font
?:
Font
, text
?:
string
, brush
?:
StiBrush
, antialiasing
?:
boolean
, alignment
?:
StringAlignment
, dock
?:
StiChartTitleDock
, spacing
?:
number
, visible
?:
boolean
, allowApplyStyle
?:
boolean
)
:
StiChartTitle
Parameters
Default value
font:
Font
= new Font("Tahoma", 12, FontStyle.Bold)
Default value
text:
string
= ""
Default value
brush:
StiBrush
= new StiSolidBrush(Color.saddleBrown)
Default value
antialiasing:
boolean
= true
Default value
alignment:
StringAlignment
= StringAlignment.Center
Default value
dock:
StiChartTitleDock
= StiChartTitleDock.Top
Default value
spacing:
number
= 2
Default value
visible:
boolean
= false
Default value
allowApplyStyle:
boolean
= true
Returns
StiChartTitle
Properties
Protected
_hash
_hash
:
StiMeta
[]
alignment
alignment
:
StringAlignment
= StringAlignment.Center
antialiasing
antialiasing
:
boolean
= true
brush
brush
:
StiBrush
= new StiSolidBrush(Color.saddleBrown)
chart
chart
:
IStiChart
= null
core
core
:
StiChartTitleCoreXF
dock
dock
:
StiChartTitleDock
= StiChartTitleDock.Top
font
font
:
Font
= new Font("Tahoma", 12, FontStyle.Bold)
spacing
spacing
:
number
= 2
text
text
:
string
= ""
visible
visible
:
boolean
= false
Accessors
allow
Apply
Style
get
allowApplyStyle
(
)
:
boolean
set
allowApplyStyle
(
value
:
boolean
)
:
void
Returns
boolean
Parameters
value:
boolean
Returns
void
prop
Name
get
propName
(
)
:
string
Returns
string
Methods
clone
clone
(
)
:
StiChartTitle
Returns
StiChartTitle
implements
implements
(
)
:
any
[]
Returns
any
[]
load
From
Json
Object
load
From
Json
Object
(
j
:
StiJson
)
:
void
Parameters
j:
StiJson
Returns
void
load
From
Xml
load
From
Xml
(
xn
:
XmlNode
)
:
void
Parameters
xn:
XmlNode
Returns
void
meta
meta
(
)
:
StiMeta
[]
Returns
StiMeta
[]
save
ToJson
Object
save
ToJson
Object
(
mode
:
StiJsonSaveMode
)
:
StiJson
Parameters
mode:
StiJsonSaveMode
Returns
StiJson
Globals
Stimulsoft
Report
Bar
Codes
Chart
Check
Code
Dom
Components
Cross
Tab
Dashboard
Dashboards
Design
Dictionary
Engine
Events
Export
Expressions
Func
Gauge
Helpers
Import
Maps
Painters
Resources
Styles
Units
Viewer
Web
Sti
Chart
Title
constructor
_hash
alignment
antialiasing
brush
chart
core
dock
font
spacing
text
visible
allow
Apply
Style
prop
Name
clone
implements
load
From
Json
Object
load
From
Xml
meta
save
ToJson
Object
Generated using
TypeDoc