Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-33040

AreaChart CSS: Can style area fills but not area strokes and alpha?

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK 4.6 (Release)
    • None
    • Charts
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Can set area fills through CSS but not area strokes and alpha. That makes no sense.

      <fx:Style>
      @namespace mx "library://ns.adobe.com/flex/mx";

      mx|AreaChart

      { chartSeriesStyles: Series1, Series2; }

      .Series1

      { areaFill: #999999; areaStroke: #666666; alpha: 0.8; }

      .Series2

      { areaFill: #cccccc; areaStroke: #999999; alpha: 0.8; }

      </fx:Style>

      This only works when I take out the areaStrokes and alphas.

      Then one has to:

      <mx:AreaSeries ... alpha="0.8" />

      But the same does not work for areaStroke:

      <mx:AreaSeries ... areaStroke="#999999" />

      Attachments

        Activity

          People

            Unassigned Unassigned
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: