Skip to content
Paul Cech edited this page Mar 9, 2015 · 1 revision

Every Chart:

    <attr name="egAnimationTime"  format="integer"/>
    <attr name="egLegendColor"    format="color" />
    <attr name="egLegendHeight"   format="dimension" />
    <attr name="egLegendTextSize" format="dimension"/>
    <attr name="egShowDecimal"    format="boolean"/>
    <attr name="egEmptyDataText"  format="string"/>

Bar Charts

    <attr name="egShowValues"         format="boolean"/>
    <attr name="egBarWidth"           format="dimension" />
    <attr name="egBarMargin"          format="dimension" />
    <attr name="egFixedBarWidth"      format="boolean"/>
    <attr name="egEnableScroll"       format="boolean"/>
    <attr name="egVisibleBars"        format="integer"/>

Bar Chart

Vertical Bar Chart

    <attr name="egUseMaximumValue"  format="boolean"/>
    <attr name="egMaximumValue"     format="float"/>

Stacked Bar Chart

    <attr name="egBarTextSize"         format="dimension" />
    <attr name="egShowSeparators"      format="boolean"/>
    <attr name="egSeparatorWidth"      format="dimension"/>

Pie Chart

    <attr name="egInnerPadding"           format="float"/>
    <attr name="egInnerPaddingOutline"    format="float"/>
    <attr name="egUseInnerPadding"        format="boolean"/>
    <attr name="egHighlightStrength"      format="float"/>
    <attr name="egUsePieRotation"         format="boolean"/>
    <attr name="egAutoCenter"             format="boolean"/>
    <attr name="egDrawValueInPie"         format="boolean"/>
    <attr name="egValueTextSize"          format="dimension"/>
    <attr name="egValueTextColor"         format="color"/>
    <attr name="egUseCustomInnerValue"    format="boolean"/>
    <attr name="egOpenClockwise"          format="boolean"/>
    <attr name="egInnerPaddingColor"      format="color"/>
    <attr name="egInnerValueUnit"         format="string"/>

ValueLineChart

    <attr name="egCurveSmoothness"              format="float"/>
    <attr name="egUseCubic"                     format="boolean"/>
    <attr name="egUseOverlapFill"               format="boolean"/>
    <attr name="egLineStroke"                   format="dimension"/>
    <attr name="egShowValueIndicator"           format="boolean"/>
    <attr name="egIndicatorWidth"               format="dimension"/>
    <attr name="egIndicatorLineColor"           format="color"/>
    <attr name="egIndicatorTextColor"           format="color"/>
    <attr name="egIndicatorTextSize"            format="dimension"/>
    <attr name="egIndicatorLeftPadding"         format="dimension"/>
    <attr name="egIndicatorTopPadding"          format="dimension"/>
    <attr name="egShowStandardValue"            format="boolean"/>
    <attr name="egXAxisStroke"                  format="dimension"/>
    <attr name="egActivateIndicatorShadow"      format="boolean"/>
    <attr name="egIndicatorShadowStrength"      format="dimension"/>
    <attr name="egIndicatorShadowColor"         format="color"/>
    <attr name="egIndicatorTextUnit"            format="string"/>
    <attr name="egShowLegendBeneathIndicator"   format="boolean"/>
    <attr name="egUseDynamicScaling"            format="boolean"/>
    <attr name="egScalingFactor"                format="float"/>
    <attr name="egMaxXZoom"                     format="float"/>
    <attr name="egMaxYZoom"                     format="float"/>

Clone this wiki locally