ExponentFormat

public enum ExponentFormat : String, Encodable

Determines a formatting rule for the tick exponents.

For example, consider the number 1,000,000,000. If none, it appears as 1,000,000,000. If e, 1e+9. If E, 1E+9. If power, 1x10^9 (with 9 in a super script). If SI, 1G. If B, 1B.

Note

Used by XAxis.exponentFormat, YAxis.exponentFormat, Ternary.AAxis.exponentFormat, Ternary.BAxis.exponentFormat, Ternary.CAxis.exponentFormat, Scene.XAxis.exponentFormat, Scene.YAxis.exponentFormat, Scene.ZAxis.exponentFormat, Polar.RadialAxis.exponentFormat, Polar.AngularAxis.exponentFormat, ColorBar.exponentFormat, GradientMarker.ColorBar.exponentFormat, Marker.ColorBar.exponentFormat, Heatmap<ZData, XYData>.ColorBar.exponentFormat, Histogram<XData, YData>.Marker.ColorBar.exponentFormat, Histogram2D<XData, YData, ZData>.ColorBar.exponentFormat, Histogram2DContour<XData, YData, ZData>.ColorBar.exponentFormat, Contour<ZData, XData, YData>.ColorBar.exponentFormat, ScatterTernary<AData, BData, CData>.GradientMarker.ColorBar.exponentFormat, Funnel<XData, YData>.Marker.ColorBar.exponentFormat, Sunburst<ValuesData>.Marker.ColorBar.exponentFormat, Treemap<ValuesData>.Marker.ColorBar.exponentFormat, Scatter3D<XData, YData, ZData>.DashedMarkerLine.ColorBar.exponentFormat, SymbolicMarker.ColorBar.exponentFormat, Surface<ZSurfaceData, XYData>.ColorBar.exponentFormat, Isosurface<XData, YData, ZData, ValueData>.ColorBar.exponentFormat, Volume<XYZData, ValueData>.ColorBar.exponentFormat, Mesh3D<XData, YData, ZData, IntensityData, VertexcolorData, FacecolorData>.ColorBar.exponentFormat, Cone<XYZData, UVWData>.ColorBar.exponentFormat, StreamTube<XYZData, UVWData>.ColorBar.exponentFormat, ScatterGeo<CoordinateData, LocationsData>.GradientMarker.ColorBar.exponentFormat, Choropleth<LocationsData, ZData>.ColorBar.exponentFormat, ScatterGL<XData, YData>.SymbolicMarker.ColorBar.exponentFormat, ScatterPlotMatrix.SymbolicMarker.ColorBar.exponentFormat, HeatmapGL<ZData, XYData>.ColorBar.exponentFormat, ParallelCoordinates.MarkerLine.ColorBar.exponentFormat, ParallelCategories.ShapedMarkerLine.ColorBar.exponentFormat, ScatterMapbox<CoordinateData>.SymbolicMarker.ColorBar.exponentFormat, ChoroplethMapbox<LocationsData, ZData>.ColorBar.exponentFormat, DensityMapbox<CoordinateData, ZData>.ColorBar.exponentFormat, Indicator.Gauge.Axis.exponentFormat, Carpet<XData, YData, AData, BData>.AAxis.exponentFormat, Carpet<XData, YData, AData, BData>.BAxis.exponentFormat, ScatterCarpet<AData, BData>.GradientMarker.ColorBar.exponentFormat, ContourCarpet<ZData, AData, BData>.ColorBar.exponentFormat, ScatterPolar<RData, ThetaData>.GradientMarker.ColorBar.exponentFormat, ScatterPolarGL<RData, ThetaData>.SymbolicMarker.ColorBar.exponentFormat, BarPolar<RData, ThetaData>.Marker.ColorBar.exponentFormat.
  • Undocumented

    Declaration

    Swift

    case none
  • e

    Undocumented

    Declaration

    Swift

    case e
  • E

    Undocumented

    Declaration

    Swift

    case E
  • Undocumented

    Declaration

    Swift

    case power
  • SI

    Undocumented

    Declaration

    Swift

    case SI
  • B

    Undocumented

    Declaration

    Swift

    case B