Globals
Stimulsoft
Report
Chart
StiXAxis
Class StiXAxis
Hierarchy
StiAxis
StiXAxis
StiXTopAxis
StiXBottomAxis
Implements
IStiAxis
IStiJsonReportObject
IStiJsonReportObject
IStiAxis
IStiXAxis
ICloneable
Index
Constructors
constructor
Properties
_hash
area
arrow
Style
core
date
Time
Step
info
interaction
labels
line
Color
line
Style
line
Width
logarithmic
Scale
range
show
Edge
Values
showXAxis
start
From
Zero
ticks
visible
Accessors
allow
Apply
Style
prop
Name
step
title
title
Direction
Methods
as
clone
implements
is
is2
load
From
Json
Object
load
From
Xml
meta
save
ToJson
Object
Constructors
constructor
new
StiXAxis
(
labels
?:
IStiAxisLabels
, range
?:
IStiAxisRange
, title
?:
IStiAxisTitle
, ticks
?:
IStiAxisTicks
, interaction
?:
IStiAxisInteraction
, arrowStyle
?:
StiArrowStyle
, lineStyle
?:
StiPenStyle
, lineColor
?:
Color
, lineWidth
?:
number
, visible
?:
boolean
, startFromZero
?:
boolean
, showXAxis
?:
StiShowXAxis
, showEdgeValues
?:
boolean
, allowApplyStyle
?:
boolean
, dateTimeStep
?:
IStiAxisDateTimeStep
, logarithmicScale
?:
boolean
)
:
StiXAxis
Parameters
Default value
labels:
IStiAxisLabels
= new StiAxisLabels()
Default value
range:
IStiAxisRange
= new StiAxisRange()
Default value
title:
IStiAxisTitle
= null
Default value
ticks:
IStiAxisTicks
= new StiAxisTicks()
Default value
interaction:
IStiAxisInteraction
= new StiAxisInteraction()
Default value
arrowStyle:
StiArrowStyle
= StiArrowStyle.None
Default value
lineStyle:
StiPenStyle
= StiPenStyle.Solid
Default value
lineColor:
Color
= Color.gray
Default value
lineWidth:
number
= 1
Default value
visible:
boolean
= true
Default value
startFromZero:
boolean
= true
Default value
showXAxis:
StiShowXAxis
= StiShowXAxis.Both
Default value
showEdgeValues:
boolean
= false
Default value
allowApplyStyle:
boolean
= true
Default value
dateTimeStep:
IStiAxisDateTimeStep
= new StiAxisDateTimeStep()
Default value
logarithmicScale:
boolean
= false
Returns
StiXAxis
Properties
Protected
_hash
_hash
:
StiMeta
[]
area
area
:
IStiAxisArea
arrow
Style
arrow
Style
:
StiArrowStyle
= StiArrowStyle.None
core
core
:
StiAxisCoreXF
date
Time
Step
date
Time
Step
:
IStiAxisDateTimeStep
= new StiAxisDateTimeStep()
info
info
:
StiAxisInfoXF
= new StiAxisInfoXF()
interaction
interaction
:
IStiAxisInteraction
= new StiAxisInteraction()
labels
labels
:
IStiAxisLabels
= new StiAxisLabels()
line
Color
line
Color
:
Color
= Color.gray
line
Style
line
Style
:
StiPenStyle
= StiPenStyle.Solid
line
Width
line
Width
:
number
= 1
logarithmic
Scale
logarithmic
Scale
:
boolean
= false
range
range
:
IStiAxisRange
= new StiAxisRange()
show
Edge
Values
show
Edge
Values
:
boolean
= false
showXAxis
showXAxis
:
StiShowXAxis
= StiShowXAxis.Both
start
From
Zero
start
From
Zero
:
boolean
= true
ticks
ticks
:
IStiAxisTicks
= new StiAxisTicks()
visible
visible
:
boolean
= true
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
step
get
step
(
)
:
number
set
step
(
value
:
number
)
:
void
Returns
number
Parameters
value:
number
Returns
void
title
get
title
(
)
:
IStiAxisTitle
set
title
(
value
:
IStiAxisTitle
)
:
void
Returns
IStiAxisTitle
Parameters
value:
IStiAxisTitle
Returns
void
title
Direction
get
titleDirection
(
)
:
StiLegendDirection
set
titleDirection
(
value
:
StiLegendDirection
)
:
void
Returns
StiLegendDirection
Parameters
value:
StiLegendDirection
Returns
void
Methods
as
as<T>
(
type
:
object
|
Interface
<
T
>
)
:
T
Type parameters
T
Parameters
type:
object
|
Interface
<
T
>
Returns
T
clone
clone
(
)
:
StiAxis
Returns
StiAxis
implements
implements
(
)
:
any
[]
Returns
any
[]
is
is<T>
(
type
:
object
|
Interface
<
T
>
)
:
this
Type parameters
T
Parameters
type:
object
|
Interface
<
T
>
Returns
this
is2
is2<T>
(
type
:
object
|
Interface
<
T
>
)
:
boolean
Type parameters
T
Parameters
type:
object
|
Interface
<
T
>
Returns
boolean
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
StiXAxis
constructor
_hash
area
arrow
Style
core
date
Time
Step
info
interaction
labels
line
Color
line
Style
line
Width
logarithmic
Scale
range
show
Edge
Values
showXAxis
start
From
Zero
ticks
visible
allow
Apply
Style
prop
Name
step
title
title
Direction
as
clone
implements
is
is2
load
From
Json
Object
load
From
Xml
meta
save
ToJson
Object
Generated using
TypeDoc