Visual Basic (Declaration) | |
---|---|
Public Property Label As Label |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Label Label {get; set;} |
When the box text is not determined by this label, it's font and color properties
will be used for any text that appears in the box. When used as a TitleBox and the
position is set to FullWithLegend, the font properties of ChartArea.LegendBox.Label
will be used for the legend entries and the Chart.TitleBox.Label properties and text
will be used for the title.