Dundas Chart for Windows Forms
DataPointAttributes Class Members
See Also  Properties  Methods  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace : DataPointAttributes Class


The following tables list the members exposed by DataPointAttributes.

Public Properties

  Name Description
Public Property AxisLabel

Gets or sets the axis label for a data point, series or an empty point. Only used if a custom label has not been specified for the relevant Axis object.


Data point X axis label text.  
Public Property BackGradientEndColor

Gets or sets the secondary color of the data point.


Data point background gradient end color  
Public Property BackGradientType

Gets or sets the orientation of the gradient, and also determines whether or not a gradient is used.


Data point background gradient type.  
Public Property BackHatchStyle

Gets or sets the hatching style of the data point.


Data point hatch style  
Public Property BackImage

Gets or sets the background image of the data point.


Data point background image  
Public Property BackImageAlign

Gets or sets the alignment of the background image of the data point.


Background image alignment used by ClampUnscale drawing mode.  
Public Property BackImageMode

Gets or sets the drawing mode of the background image of the data point.


Data point background image drawing mode.  
Public Property BackImageTranspColor

Gets or sets the color of the data point.


Background image transparent color.  
Public Property BorderColor

Gets or sets the border color of the data point.


Data point border color  
Public Property BorderStyle

Gets or sets the border style of the data point.


Data point border style  
Public Property BorderWidth

Gets or sets the border width of the data point.


Data point border width  
Public Property Color

Gets or sets the color of the data point.


Data point color  
Public Property CustomAttributes

Gets or sets a custom data attribute. Specific to the chart type being drawn.


Custom Data Point attributes specified as: AttrName1=Value1, AttrName2=Value2, ...  
Public Property Font

Gets or sets a Font object, used to set font properties of the data point.


Data point font  
Public Property FontAngle

Gets or sets the font angle of the data point.


Data point font angle  
Public Property FontColor

Gets or sets the font color of the data point.


Data point line color  
Public Property Label

Gets or sets a label for data point(s) or an empty point.


Data point label text.  
Public Property LabelBackColor Data point label's background color.
Data point label back color  
Public Property LabelBorderColor Data point label's border color.
Data point label border color  
Public Property LabelBorderStyle Data point label's border style.
Data point label border style  
Public Property LabelBorderWidth Data point label's border width, measured in pixels.
Data point lable border width  
Public Property LabelFormat

Gets or sets the label format of the data point.


Data point label format string  
Public Property LabelToolTip Gets or sets the data point label's tooltip text.
Tooltip of the data point label.  
Public Property LegendText

Gets or sets the legend text of a series or data point.


Text of the item in the legend  
Public Property LegendToolTip

Gets or sets the tooltip of a default legend item created for a data point or series.


Tooltip of the item in the legend  
Public Property MarkerBorderColor

Gets or sets the border color of a point's markers, if used.


Data point marker border color  
Public Property MarkerBorderWidth

Gets or sets the width of a point's markers, if used.


Data point marker border width  
Public Property MarkerColor

Gets or sets the fill color of a point's markers, if used.


Data point marker color  
Public Property MarkerImage

Gets or sets a point's marker image.


Data point marker image  
Public Property MarkerImageTranspColor

Gets or sets the color of a marker image that will be transparent.


Data point marker image transparent color.  
Public Property MarkerSize

Gets or sets the size of marker(s) for a data point.


Data point marker size  
Public Property MarkerStyle

Gets or sets the style of markers.


Data point marker style  
Public Property ShowInLegend

Gets or sets a value that determines if a series or data point has an associated item displayed in the legend.


Indicates that item is shown in the legend.  
Public Property ShowLabelAsValue

Gets or sets a value that determines if data point(s) will display their value(s) as a label.


If true shows point's value as a label.  
Public Property ToolTip

Gets or sets the tooltip of the data point.


The tooltip.  
Top

Public Methods

  Name Description
Public Method DeleteAttribute

Deletes a custom attribute.


Delete Data Point attribute with specified name.  
Public Method Dispose  
Public Method GetAttribute Returns an attribute of the data point. If the required attribute is not set in the data point then the default attribute of the data series is returned.
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

Determines if a data point attribute is set.


Checks if attribute with specified name was set.  
Public Method SetAttribute Sets an attribute of the data point.
Sets an attribute of the Data Point.  
Public Method SetDefault Sets default attributes of the data point.
Set default attributes of the data point. Indicates that previous attributes must be cleared.  
Top

See Also

© 2009 All Rights Reserved.