Class ChartAxesInfoBar
The ChartAxesInfoBar display the labels between the rectangular axes.
Inheritance
System.Object
ChartAxesInfoBar
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartAxesInfoBar
Examples
ChartArea.AxesInfoBar.Visible = true; ChartArea.AxesInfoBar.Text = ""; ChartArea.AxesInfoBar.ShowBorder = true;
Properties
Border
Gets or sets LineInfo of the border.
Declaration
public LineInfo Border { get; set; }
Property Value
Type |
---|
LineInfo |
Font
Gets or sets System.Drawing.Font to customize the text appearance.
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
Item[Int32, Int32]
Gets or sets grouping cell's text by its and row index.
Declaration
public string this[int col, int row] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | col | |
System.Int32 | row |
Property Value
Type |
---|
System.String |
ShowBorder
Gets or sets value indicates that need to render border.
Declaration
public bool ShowBorder { get; set; }
Property Value
Type |
---|
System.Boolean |
Text
Gets or sets text.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
TextColor
Gets or sets color of text.
Declaration
public Color TextColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
TextFormat
Gets or sets System.Drawing.StringFormat of the text to render.
Declaration
public StringFormat TextFormat { get; set; }
Property Value
Type |
---|
System.Drawing.StringFormat |
Visible
Gets or sets value indicates that bar is visible or not.
Declaration
public bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |
Events
Changed
An event that is triggered when ChartAxesInfoBar properties are changed.
Declaration
public event EventHandler Changed
Event Type
Type |
---|
System.EventHandler |