Overview

Namespaces

  • MOC
    • Adapter
    • Core
      • Changelog
      • Depending
      • Drive
        • Directory
        • File
      • Error
        • Register
        • Type
      • Journal
      • Proxy
      • Template
      • Xml
    • Extension
      • Excel
      • Flot
      • Mail
      • Pdf
      • Word
      • Xml
      • YUICompressor
      • Zip
    • Generic
      • Common
      • Device
        • Extension
        • Widget
    • Module
      • Database
        • Driver
      • Drive
      • Image
        • Font
      • Installer
      • Network
        • Ftp
          • Directory
          • File
          • Transport
        • Http
        • ParcelTracker
          • Carrier
      • Office
        • Chart
          • Axis
        • Document
          • Excel
            • Cell
              • Format
              • Style
                • Border
                  • Bottom
                  • Left
                  • Right
                  • Top
                • Font
            • Close
            • Page
            • Worksheet
          • Pdf
            • Close
            • Font
            • Page
              • Margin
              • Position
            • Text
          • Xml
            • Close
        • Image
        • Mail
          • Address
          • Content
      • Packer
        • Yui
        • Zip
      • Template
    • Plugin
      • Gateway
      • Repository
      • Shared
  • PHP

Classes

  • X
  • Y
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class X

MOC\Module\Office\Chart\Axis\X implements MOC\Generic\Device\Module
Namespace: MOC\Module\Office\Chart\Axis
Located at Module/Office/Chart/Axis/X.php
Methods summary
public static MOC\Core\Depending
# InterfaceDepending( )

Get Dependencies

Get Dependencies

Returns

MOC\Core\Depending

Implementation of

MOC\Generic\Common\Depending::InterfaceDepending()
public static MOC\Module\Office\Chart\Axis\X
# InterfaceInstance( )

Get Singleton/Instance

Get Singleton/Instance

Returns

MOC\Module\Office\Chart\Axis\X

Implementation of

MOC\Generic\Common\Instance::InterfaceInstance()
public static MOC\Core\Changelog
# InterfaceChangelog( )

Get Changelog

Get Changelog

Returns

MOC\Core\Changelog

Implementation of

MOC\Generic\Common\Changelog::InterfaceChangelog()
public MOC\Module\Office\Chart\Axis\X
# Position( string $Position = 'bottom' )

Parameters

$Position
string
$Position 'top','bottom'

Returns

MOC\Module\Office\Chart\Axis\X
public MOC\Module\Office\Chart\Axis\Y
# Label( string $Label = 'X-Axis' )

Parameters

$Label
string
$Label

Returns

MOC\Module\Office\Chart\Axis\Y
public MOC\Module\Office\Chart\Axis\X
# Color( string $HexColor = '#333333' )

Parameters

$HexColor
string
$HexColor

Returns

MOC\Module\Office\Chart\Axis\X
public MOC\Module\Office\Chart\Axis\X
# FontSize( integer $Size = 11 )

Parameters

$Size
integer
$Size

Returns

MOC\Module\Office\Chart\Axis\X
public MOC\Module\Office\Chart\Axis\X
# FontStyle( string $Style = 'italic' )

Parameters

$Style
string
$Style

Returns

MOC\Module\Office\Chart\Axis\X
public MOC\Module\Office\Chart\Axis\X
# FontWeight( string $Weight = 'bold' )

Parameters

$Weight
string
$Weight

Returns

MOC\Module\Office\Chart\Axis\X
public MOC\Module\Office\Chart\Axis\X
# FontFamily( string $Family = 'sans-serif' )

Parameters

$Family
string
$Family

Returns

MOC\Module\Office\Chart\Axis\X
public MOC\Module\Office\Chart\Axis\X
# FontVariant( string $Variant = 'small-caps' )

Parameters

$Variant
string
$Variant

Returns

MOC\Module\Office\Chart\Axis\X
public MOC\Module\Office\Chart\Axis\X
# FontColor( string $HexColor = '#333333' )

Parameters

$HexColor
string
$HexColor

Returns

MOC\Module\Office\Chart\Axis\X
public MOC\Module\Office\Chart\Axis\X
# ScaleToLog( )

Returns

MOC\Module\Office\Chart\Axis\X
public MOC\Module\Office\Chart\Axis\X
# ScaleToCategory( )

Returns

MOC\Module\Office\Chart\Axis\X
public MOC\Module\Office\Chart\Axis\X
# ScaleMinimum( null|integer|float $Minimum = null )

Parameters

$Minimum
null|integer|float
$Minimum

Returns

MOC\Module\Office\Chart\Axis\X
public MOC\Module\Office\Chart\Axis\X
# ScaleMaximum( null|integer|float $Maximum = null )

Parameters

$Maximum
null|integer|float
$Maximum

Returns

MOC\Module\Office\Chart\Axis\X
public MOC\Module\Office\Chart\Axis\X
# TickColor( string $HexColor = '#333333' )

Parameters

$HexColor
string
$HexColor

Returns

MOC\Module\Office\Chart\Axis\X
public MOC\Module\Office\Chart\Axis\X
# TickFormatDecimal( integer $Precision = 2 )

Parameters

$Precision
integer
$Precision

Returns

MOC\Module\Office\Chart\Axis\X
public mixed
# TickFormatLabel( integer|float $Tick, string $Label )

Parameters

$Tick
integer|float
$Tick
$Label
string
$Label

Returns

mixed
$this
public string
# _getConfiguration( )

Returns

string
Properties summary
private array $Configuration array( 'show' => true, 'alignTicksWithAxis' => false, 'axisLabelFontFamily' => 'sans-serif', 'axisLabelUseCanvas' => true, // 'axisLabelUseHtml' => true, 'axisLabelFontSizePixels' => 11 )
#
API documentation generated by ApiGen 2.8.0