SEI.Charts.Charts2D.HorizontalLabel


Public Properties


Name
Description
BackColor
Gets and sets the background color of the chart object.
BorderColor
Gets and sets the color of the border around the chart object.
BorderLineStyle
Gets and sets the style of the border around the chart object. The possible styles for the axis are Dash, DashDot, DashDotDot, Dot, and Solid.
BorderWidth
Gets and sets the width of the border around the chart object.
Buffer
Gets and sets a buffer that provides space between the edge of the rectangle and items inside the rectangle.
Center
Gets and sets the center point of the chart object.
Decimals
Gets and sets the number of decimals to display in the label if the label is a number.
DrawBackground
Gets and sets the flag indicating whether or not the background should be drawn.
DrawRect
Gets and sets the rectangle into which the chart object is drawn.
Font
Gets and sets the font to be used for drawing text in the chart object.
LabelType
Gets and sets the type of label to display. The options are numeric and text.
Rotation
Gets and sets the rotation of the label of the chart.
Scale
Gets and sets the scale in which the chart object is to be drawn.
Show
Gets and sets the flag indicating whether or not the object should be drawn.
ShowBorder
Gets and sets the flag indicating whether or not a border should be displayed around the chart object.
Size
Gets the size of the label of the chart.
Text
Gets and sets the text of the label of the chart.
TextColor
Gets and sets the color of the text of the label of the chart.
Value
Gets and sets the numeric value to display if the label is a number.

Public Methods


Name
Description
AddPropertiesToTable
Convert the properties of the label into a data table.
Calculate
Calculates the size of the label on the selected font.
Clone
Create a clone of the HorizontalLabel.
GetLabelHeight
Calculates the height of the label.
GetLabelWidth
Calculates the width of the label.
PropertiesFromTable
Retrieves the properties of the label from a data table.
Render
Renders the label using the specified graphics context.
SetProperty
Sets a property of the label. Called from PropertiesFromTable.

Public Events


Name
Description
PropertyChanged
Occurs when a property of the object is changed.

Protected Methods


Name
Description
FirePropertyChanged
Fires the PropertyChanged event.