Dundas.SharePoint.Charting.WebParts Send comments on this topic.
DataPointAttributes Class Members
See Also  Properties  Methods 
Dundas.Charting.WebControl Namespace : DataPointAttributes Class


The following tables list the members exposed by DataPointAttributes.

Public Constructors

  Name Description
Public Constructor DataPointAttributes Constructor Overloaded.  Data Point Attributes object constructor.  
Top

Public Properties

  Name Description
Public Property AxisLabel Data point X axis label text.  
Public Property BackGradientEndColor Data point background gradient end color  
Public Property BackGradientType Data point background gradient type.  
Public Property BackHatchStyle Data point hatch style  
Public Property BackImage Data point background image  
Public Property BackImageAlign Background image alignment used by ClampUnscale drawing mode.  
Public Property BackImageMode Data point background image drawing mode.  
Public Property BackImageTranspColor Background image transparent color.  
Public Property BorderColor Data point border color  
Public Property BorderStyle Data point border style  
Public Property BorderWidth Data point border width  
Public Property Color Data point color  
Public Property CustomAttributes Custom Data Point attributes specified as: AttrName1=Value1, AttrName2=Value2, ...  
Public Property Font Data point font  
Public Property FontAngle Data point font angle  
Public Property FontColor Data point line color  
Public Property Href URL target of the area.  
Public Property Item Overloaded.  Attributes indexer, which returns Attribute Name by index.  
Public Property Label Data point label text.  
Public Property LabelBackColor Data point label back color  
Public Property LabelBorderColor Data point label border color  
Public Property LabelBorderStyle Data point label border style  
Public Property LabelBorderWidth Data point lable border width  
Public Property LabelFormat Data point label format string  
Public Property LabelHref URL target of the data point label.  
Public Property LabelMapAreaAttributes Other attributes of the data point label.  
Public Property LabelToolTip Tooltip of the data point label.  
Public Property LegendHref URL target of the item in the legend.  
Public Property LegendMapAreaAttributes Other attributes of the legend map area.  
Public Property LegendText Text of the item in the legend  
Public Property LegendToolTip Tooltip of the item in the legend  
Public Property MapAreaAttributes Other attributes of the area.  
Public Property MarkerBorderColor Data point marker border color  
Public Property MarkerBorderWidth Data point marker border width  
Public Property MarkerColor Data point marker color  
Public Property MarkerImage Data point marker image  
Public Property MarkerImageTranspColor Data point marker image transparent color.  
Public Property MarkerSize Data point marker size  
Public Property MarkerStyle Data point marker style  
Public Property ShowInLegend Indicates that item is shown in the legend.  
Public Property ShowLabelAsValue If true shows point's value as a label.  
Public Property ToolTip The tooltip.  
Top

Public Methods

  Name Description
Public Method DeleteAttribute Delete Data Point attribute with specified name.  
Public Method Dispose Overloaded.   
Public Method GetAttribute Returns an attribute of the Data Point. If required attribute is not set in the Data Point the default attribute of the Data series is returned.  
Public Method IsAttributeSet Checks if attribute with specified name was set.  
Public Method SetAttribute Sets an attribute of the Data Point.  
Public Method SetDefault Set default attributes of the data point. Indicates that previous attributes must be cleared.  
Top

See Also