|
Spider Chart |
Top Previous Next |
The spider chart is based on standard Plot. It inherits all its properties.
This is what spider chart looks like:
Dataset The category line chart supports Custom Data model only. It has the following Source Data Bindings:
Common Properties Width, Height, Bindings, Visible, Background, Border Source Data and Source Data Bindings properties. All properties of a Plot. Custom Properties Web Filled Flag that controls whether the interior of the polygon defined by the data points for each series is filled. Property name: webFilled Property type: Boolean Head Percent Size of the shapes drawn at each data point. This is a percentage of width and height of the plot area. The default value is 0.01 (one percent). Property name: headPercent Property type: Float Start Angle Angle of the first category, in degrees, relative to a radial line extending from the center of the plot horizontally to the right (that is, 3 o'clock on a clock face), in an anti-clockwise direction. The default value is 90.0 which draws the first category at the top of the plot (that is, 12 o'clock). Property name: startAngle Property type: Float Max Value Maximum value for display on the axes. Property name: maxValue Property type: Float Direction Direction in which the categories are added to the plot: Clockwise or Anticlockwise. The default is Clockwise. Property name: direction Property type: String Interior Gap Percentage between 0.0 and 0.40 (forty percent) indicating the amount of whitespace to leave around the plot (some of which is used for the labels). The default value is 0.25. Property name: interiorGap Property type: Float Axis Label Gap Gap between the end of each "radial" axis and the corresponding label, expressed as a percentage of the axis length. The default value is 0.10 (ten percent). Property name: axisLabelGap Property type: Float Axis Line Paint Paint used to draw the radial axes lines. Property name: axisLinePaint Property type: Data Table Axis Line Stroke Stroke used to draw the radial axes lines. Property name: axisLineStroke Property type: Data Table Default Series Paint Default series paint that is used if there is no custom setting for a series. Property name: baseSeriesPaint Property type: Data Table Default Series Outline Paint Default series outline paint is used to draw the outline of the shape at each data point. It is valid if there is no custom setting for a series. Property name: baseSeriesOutlinePaint Property type: Data Table Default Series Outline Stroke Default series outline stroke is used to draw the outline of the shape at each data point. It is valid if there is no custom setting for a series. Property name: baseSeriesOutlineStroke Property type: Data Table Legend Item Shape Shape used for each legend item. Property name: legendItemShape Property type: Data Table Label Font Font used to display category labels. Property name: labelFont Property type: Data Table Label Paint Paint used to display category labels. Property name: labelPaint Property type: Data Table Series Paint The table defining paints for individual data series.
Property name: seriesPaint Property type: Data Table Series Outline Paint The table defining outline paints for individual data series.
Property name: seriesOutlinePaint Property type: Data Table Series Outline Stroke The table defining outline strokes for individual data series.
Property name: seriesOutlineStroke Property type: Data Table Common Events Hidden, Shown, Moved, Resized, Mouse Clicked, Mouse Pressed, Mouse Released, Mouse Entered, Mouse Exited, Mouse Moved, Mouse Wheel Moved, Key Typed, Key Pressed, Key Released, Focus Gained, Focus Lost Additional Examples A spider chart with three data series:
|