|
NetCharts Pro | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NFCDLGenerator | |
---|---|
netcharts.pro.charts.bar3d | Main interface for working with 3d bar charts. |
netcharts.pro.charts.bubble | Main interface for working with bubble charts. |
netcharts.pro.charts.diagram | Main interface for working with diagram charts. |
netcharts.pro.charts.dial | Main interface for working with dial charts. |
netcharts.pro.charts.heatmap | Main interface for working with Heat Map charts. |
netcharts.pro.charts.histogram | Main interface for working with histogram charts. |
netcharts.pro.charts.multipie | Main interface for working with MultiPie charts. |
netcharts.pro.charts.pie | Main interface for working with pie charts. |
netcharts.pro.charts.radar | Main interface for working with radar charts. |
netcharts.pro.charts.strip | Main interface for working with strip charts. |
netcharts.pro.charts.time | Main interface for working with time charts. |
netcharts.pro.common | Provides general use classes for chart objects and utilities. |
netcharts.pro.common.barset | Classes for manipulating barsets. |
netcharts.pro.common.lineset | Classes for manipulating linesets. |
netcharts.pro.common.rectangular | Common classes for charts that have rectangular axes. |
Uses of NFCDLGenerator in netcharts.pro.charts.bar3d |
---|
Classes in netcharts.pro.charts.bar3d that implement NFCDLGenerator | |
---|---|
class |
NFViewPoint
The NFViewPoint object represents a carteisan or speherical set of coordinates. |
Uses of NFCDLGenerator in netcharts.pro.charts.bubble |
---|
Classes in netcharts.pro.charts.bubble that implement NFCDLGenerator | |
---|---|
class |
NFBubbleScale
Defines Z axis scaling in a NFBubblechart. |
Uses of NFCDLGenerator in netcharts.pro.charts.diagram |
---|
Classes in netcharts.pro.charts.diagram that implement NFCDLGenerator | |
---|---|
class |
NFNode
The NFNode object represents a textual, image, shape, or a point on a diagram chart. |
class |
NFNodeEdge
This class is used to define a line between two nodes in a NFDiagramchart. |
Uses of NFCDLGenerator in netcharts.pro.charts.dial |
---|
Classes in netcharts.pro.charts.dial that implement NFCDLGenerator | |
---|---|
class |
NFDialOuterBorder
The NFDialOuterBorder class describes the appearance of the dial outer border. |
Uses of NFCDLGenerator in netcharts.pro.charts.heatmap |
---|
Classes in netcharts.pro.charts.heatmap that implement NFCDLGenerator | |
---|---|
class |
NFHeatmapCellTextStyle
The NFHeatmapCellTextStyle class describes how cell text is to be rendered. |
class |
NFHeatmapGridBlockLayout
Grid block layout which specifies the number of rows and columns in the grid. |
class |
NFHeatmapGridBlockSort
The NFHeatmapGridBlockSort class defines the grid sort criteria. |
Uses of NFCDLGenerator in netcharts.pro.charts.histogram |
---|
Classes in netcharts.pro.charts.histogram that implement NFCDLGenerator | |
---|---|
class |
NFHistogramBin
|
class |
NFHistogramScale
|
Uses of NFCDLGenerator in netcharts.pro.charts.multipie |
---|
Classes in netcharts.pro.charts.multipie that implement NFCDLGenerator | |
---|---|
class |
NFPieLayout
The pie layout parameters specifies the layout direction (horizontal or vertical) and the number of rows and columns in the chart in which to draw each pie. |
Uses of NFCDLGenerator in netcharts.pro.charts.pie |
---|
Classes in netcharts.pro.charts.pie that implement NFCDLGenerator | |
---|---|
class |
NFPieEdgeHighlight
A class representing a gradient that extends inward from the edge of the pie. |
class |
NFPieHighlight
A class representing a highlight applied to the pie. |
Uses of NFCDLGenerator in netcharts.pro.charts.radar |
---|
Classes in netcharts.pro.charts.radar that implement NFCDLGenerator | |
---|---|
class |
NFRadialGrid
The NFRadialGrid object describes a single circular grid line, or filled grid line, in a radar chart. |
Uses of NFCDLGenerator in netcharts.pro.charts.strip |
---|
Classes in netcharts.pro.charts.strip that implement NFCDLGenerator | |
---|---|
class |
NFStripAxisRange
This object is used to define the range and behavior characteristics of the top and bottom strip chart axes. |
Uses of NFCDLGenerator in netcharts.pro.charts.time |
---|
Classes in netcharts.pro.charts.time that implement NFCDLGenerator | |
---|---|
class |
NFTimeSet
An NFTimeSet describes a single set time data along with its appearance characteristics. |
Uses of NFCDLGenerator in netcharts.pro.common |
---|
Classes in netcharts.pro.common that implement NFCDLGenerator | |
---|---|
class |
NFActiveLabel
All NetCharts chart objects support the display of informational labels and the ability to create actionable events using the NFActiveLabel object. |
class |
NFAreaSize
Defined a bounded area by location and size. |
class |
NFArrowLine
The NFArrowLine object is used to define lines and shapes used to highlight data items or areas within a chart. |
class |
NFAxisMap
The Axis map object is used to identify how each dimension of a data element is translated into screen coordinates. |
class |
NFAxisRange
The NFAxisRange maintains the minimum, maximum, and step for a particular axis. |
class |
NFCircularEdgeHighlight
A class representing a gradient that extends inward from the edge of a circle. |
class |
NFColorExpression
The NFHeatmapColorExpression class contains attributes for a single color expression. |
class |
NFColorSpectrum
Defines attributes for a color spectrum. |
class |
NFCorners
A class representing the corners of a rectangular shape. |
class |
NFDropShadow
A class representing a drop shadow. |
class |
NFFillPattern
This object represents a single fill pattern configuration. |
class |
NFFormat
Provides formatting for data-derived labels found in axes and popup data labels, If the format type is INTEGER or FLOAT, the input data value is expected to be of type integer or float and will be parsed as such (if string conversion is necessary). |
class |
NFLabel
The NFLabel object describes a element of text to include the the text and the rendering attributes of the text. |
class |
NFLegendItem
The NFLegendItem represents a single item in a legend. |
class |
NFLegendItemSymbol
The NFLegendItemSymbol object extends NFSymbol to provide support for additional symbol types not described in NFSymbol. |
class |
NFLine
The NFLine object describes a line's color, thickness, and style. |
class |
NFModalLabel
The NFModalLabel object describes a element of text to include whether or not the text should be shown as well as the rendering attributes of the text. |
class |
NFNote
The NFNote object represents a single note. |
class |
NFNumberFormat
The NFNumberFormat object provides the ability to change the display of digits to use different symbols to delimit decimal values and grouping symbols. |
class |
NFPoint
NFPoint provides storage for X/Y values as either double precision numbers or Dates. |
class |
NFRange
The NFRange object identifies the minimum and maximum values of a given scale. |
class |
NFRegion
The NFRegion object defines the characteristics of a rectangular area in a chart. |
class |
NFSpotlight
A class representing a spotlight gradient. |
class |
NFSymbol
The abstract NFSymbol class provides support for objects requiring drawing symbol properties. |
class |
NFTextStyle
The NFTextStyle describes how text is to be rendered. |
Uses of NFCDLGenerator in netcharts.pro.common.barset |
---|
Classes in netcharts.pro.common.barset that implement NFCDLGenerator | |
---|---|
class |
NFBarHighlight
A class representing a highlight applied to a bar. |
class |
NFBarSymbol
The abstract NFSymbol class provides support for objects requiring drawing symbol properties. |
Uses of NFCDLGenerator in netcharts.pro.common.lineset |
---|
Classes in netcharts.pro.common.lineset that implement NFCDLGenerator | |
---|---|
class |
NFLineSetLine
The NFLineSetLine object is throughout several different chart types to define data lines. |
class |
NFLineSetSymbol
The NFLineSetSymbol object extends NFSymbol to provide support for symbol outline color and width attributes. |
Uses of NFCDLGenerator in netcharts.pro.common.rectangular |
---|
Classes in netcharts.pro.common.rectangular that implement NFCDLGenerator | |
---|---|
class |
NFAxesSize
A NFAxesSize specifies the amount of space that will be allocated to draw top, bottom, left and right axes. |
class |
NFAxisMargin
The NFAxisMargin object specifies a padding to add before and after the plot area of a graph. |
class |
NFGridBackground
This object is used to define a grid's background color or image properties. |
class |
NFGridLine
This object is used to define a grid's line style. |
class |
NFScaleSetAxisRange
The NFScaleSetAxisRange is used to define multiple scales within the same axis (not to be confused with multiple axes on the same axis side). |
|
NetCharts Pro | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Visual Mining, Inc. | Copyright © Visual Mining, Inc. 1996 - 2011 |
Last Modified: Jun 28, 2011 |