Menu
My Site LogoMy Site LogoPlotGetting startedAPI DocsNPMGitHub
🌜
🌞
My Site LogoMy Site LogoPlot
  • Getting started
  • API Docs
  • NPM
  • GitHub
  • Readme
  • Package index
  • API
    • chart-def
    • chart-def
      • AxisType
      • AxisTypeString
      • ChartType
      • ChartTypeString
      • HorizontalLabelPosition
      • HorizontalLabelPositionString
      • IAnnotationLabelStyle
      • IAnnotationLabelStyle
        • backgroundColor
        • borderColor
        • borderRadius
        • borderWidth
        • font
        • offsetX
        • offsetY
        • orientation
        • padding
        • position
        • text
        • textAnchor
      • IAnnotationStyle
      • IAnnotationStyle
        • fillColor
        • label
        • lineColor
        • lineLength
        • offsetX
        • offsetY
        • opacity
        • strokeDashArray
      • IAnnotationStyles
      • IAxisConfig
      • IAxisConfig
        • format
        • label
        • ticks
      • IAxisLabelConfig
      • IAxisLabelConfig
        • font
        • position
        • text
      • IAxisMap
      • IAxisMap
        • x
        • y
        • y2
      • IAxisSeriesConfig
      • IAxisSeriesConfig
        • color
        • format
        • label
        • series
      • IAxisTicksConfiguration
      • IAxisTicksConfiguration
        • font
      • IChartDef
      • IChartDef
        • axisMap
        • data
        • plotConfig
      • IChartTitle
      • IChartTitle
        • align
        • floating
        • font
        • margin
        • offsetX
        • offsetY
        • text
      • IDataLabels
      • IDataLabels
        • font
      • IFontConfig
      • IFontConfig
        • color
        • family
        • size
        • weight
      • ILegendConfig
      • ILegendConfig
        • font
        • show
      • IPadding
      • IPadding
        • bottom
        • left
        • right
        • top
      • IPlotConfig
      • IPlotConfig
        • annotations
        • chartType
        • dataLabels
        • height
        • legend
        • series
        • title
        • width
        • x
        • y
        • y2
      • ISeriesConfig
      • ISeriesConfig
        • chartType
      • ISeriesConfigMap
      • ISeriesLabelConfig
      • ISeriesLabelConfig
        • font
        • text
      • IXAxisConfig
      • IXAxisConfig
        • axisType
      • IYAxisConfig
      • IYAxisConfig
        • max
        • min
      • IYAxisSeriesConfig
      • IYAxisSeriesConfig
        • x
      • VerticalLabelPosition
      • VerticalLabelPositionString
    • lib-apex
    • lib-apex
      • formatChartDef()
      • IChart
      • IChart
        • sizeToFit()
        • unmount()
      • IMountOptions
      • IMountOptions
        • enableAnimations
        • makeStatic
        • showChartDef
        • showDownload
      • mountChart()
    • plot
    • plot
      • IAnnotationSpec
      • IAxisConfig
      • IAxisConfig
        • label
        • ticks
      • IAxisMap
      • IAxisMap
        • x
        • y
        • y2
      • IDataSpec
      • IDataSpec
        • annotations
        • values
      • IMultiSeriesSpec
      • IPlotAPI
      • IPlotAPI
        • chartType()
        • height()
        • serialize()
        • width()
        • x()
        • y()
        • y2()
      • IPlotConfig
      • IPlotConfig
        • annotations
        • chartType
        • dataLabels
        • height
        • legend
        • series
        • title
        • width
        • x
        • y
        • y2
      • ISeriesSpec
      • ISeriesSpec
        • annotations
        • values
      • IXAxisConfig
      • IXAxisConfig
        • axisType
      • IYAxisConfig
      • IYAxisConfig
        • max
        • min
      • IYAxisSeriesConfig
      • IYAxisSeriesConfig
        • x
      • plot()
      • PlotInput
      • SeriesSpec
      • ValueArray
    • render-dom
    • render-dom
      • renderDOM()
    • render-image
    • render-image
      • IRenderOptions
      • IRenderOptions
        • electronPath
        • nightmarePath
        • openImage
        • showChartDef
      • renderImage()
    • serialization
    • serialization
      • IAnnotation
      • IAnnotation
        • style
        • text
        • value
        • value2
      • IDataSeries
      • IDataSeries
        • annotations
        • type
        • values
      • IDataSeriesMap
      • ISerializedData
      • ISerializedData
        • series

Home > @plotex/chart-def > IXAxisConfig

IXAxisConfig interface#

Configures the X axis of the chart.

Signature:
export interface IXAxisConfig extends IAxisConfig
Extends: [IAxisConfig](/plot/docs/chart-def.iaxisconfig)

Properties#

PropertyTypeDescription
axisType?AxisType | AxisTypeString(Optional) Sets the type of the axis' data.
Edit this page
Previous
« text
Next
axisType »
  • IXAxisConfig interface
  • Properties
Copyright © 2021 Ashley Davis. With thanks to Docusaurus.