com.aspose.words
Class ChartLegendEntry

java.lang.Object
    extended by com.aspose.words.ChartLegendEntry
All Implemented Interfaces:
java.lang.Cloneable

public class ChartLegendEntry 
extends java.lang.Object

Represents a chart legend entry.

To learn more, visit the https://docs.aspose.com/words/net/working-with-charts/Working with Charts documentation article.

A legend entry corresponds to a specific chart series or trendline.

The text of the entry is the name of the series or trendline. The text cannot be changed.

See Also:
ChartSeries.LegendEntry

Property Getters/Setters Summary
FontgetFont()
           Provides access to the font formatting of this legend entry.
booleanisHidden()
voidisHidden(boolean value)
           Gets or sets a value indicating whether this entry is hidden in the chart legend. The default value is false.
 

Property Getters/Setters Detail

getFont

public Font getFont()
Provides access to the font formatting of this legend entry.

isHidden/isHidden

public boolean isHidden() / public void isHidden(boolean value)
Gets or sets a value indicating whether this entry is hidden in the chart legend. The default value is false. When a chart legend entry is hidden, it does not affect the corresponding chart series or trendline that is still displayed on the chart.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.