Click or drag to resize
ChartCaption Class
Chart Title
Inheritance Hierarchy

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ChartCaption : ChartLabel

The ChartCaption type exposes the following members.

Constructors
  NameDescription
Public methodChartCaption
Creates a new instance of the ChartCaption class.
Public methodChartCaption(ChartEntity)
Creates a new instance of the ChartCaption class.
Public methodChartCaption(ChartEntity, IContainer)
Creates a new instance of the ChartCaption class.
Top
Properties
  NameDescription
Public propertyBackgroundComplexSettings
Complex settings in background of chart title
Public propertyBackgroundFillMode
Background fill styles in chart title
Public propertyBackgroundGradientMode
Gradient fill mode of chart title
Public propertyBackgroundMainColor
Gets and sets the main color in background of chart title
Public propertyBackgroundSecondColor
Gets and sets the second color in background of chart title
Public propertyHeight
Title height
Public propertyIsAutoSize
Gets and sets a boolean value indicates whether using the auto sizing mode in title
Public propertyIsTextBold
Gets or sets a boolean value indicates whether the text is bold.
Public propertyIsTextItalic
Gets or sets a boolean value indicates whether the text is italic.
Public propertyIsTextStrikeoutLine
Gets or sets a boolean value indicates whether the text is strike outline.
Public propertyIsTextUnderLine
Gets or sets a boolean value indicates whether the text is under line.
Public propertyTextColor
Text color
Public propertyWidth
Title width
Top
See Also