ChartAttributes Enumeration |
Chart attributes that apply to all chart types
Namespace:
NetQuarry.UI.Charting
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum ChartAttributes
<FlagsAttribute>
Public Enumeration ChartAttributes
Members
| Member name | Value | Description |
---|
| NoLedgend | 1 | Hide the ledgend on the chart. |
| NoDrilldown | 2 | Do not allow drilldown. |
See Also