FlexReport for WinForms
LegendEntry プロパティ (ChartDataSeries)


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 > ChartDataSeries クラス : LegendEntry プロパティ
Gets or sets a value indicating whether the series label appears in the legend (for 2D charts only).
シンタックス
'宣言
 
Public Property LegendEntry As System.Boolean
'使用法
 
Dim instance As ChartDataSeries
Dim value As System.Boolean
 
instance.LegendEntry = value
 
value = instance.LegendEntry
public System.bool LegendEntry {get; set;}
解説
Occasionally, it is useful to chart a data series without including the series in the legend. Setting the LegendEntry property to false hides the series entry in the legend.
参照

参照

ChartDataSeries クラス
ChartDataSeries メンバ