Class BarSeriesDefinition
Defines the Data
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class BarSeriesDefinition : SeriesDefinition, ISeriesDefinition, IAggregationGroupSeriesDefinition, INotifyPropertyChanged, ILinearSeriesDefinition, ISeriesDefinitionSupportsMaskOverlay
Constructors
BarSeriesDefinition()
Initializes a new instance of the Bar
Declaration
public BarSeriesDefinition()
Fields
LabelSettingsProperty
Identifies the Label
Declaration
public static readonly DependencyProperty LabelSettingsProperty
Field Value
System.
|
MaskVisibilityProperty
Identifies the Mask
Declaration
public static readonly DependencyProperty MaskVisibilityProperty
Field Value
System.
|
Properties
ContainerType
Gets the type of the Data
Declaration
public override Type ContainerType { get; }
Property Value
System.
|
Overrides
ItemType
Gets the type of the Data
Declaration
public override Type ItemType { get; }
Property Value
System.
|
Overrides
LabelSettings
Gets the label settings.
Declaration
public BarLabelSettings LabelSettings { get; set; }
Property Value
Bar The label settings. |
MaskVisibility
Gets or sets a value indicating whether the built-in mask overlay should be visible or not.
Declaration
public Visibility MaskVisibility { get; set; }
Property Value
System. The default value is Visible. |
Remarks
This property is applicable only to a limited set of the supported themes (i.e. Office, Vista, Windows7). Also disabling the mask overlay will disable the item selection indicator as well.
PreferredLabelDisplayMode
Gets the preferred label display mode.
Declaration
public override LabelDisplayMode PreferredLabelDisplayMode { get; }
Property Value
Label The preferred label display mode. |
Overrides
ResourceId
Gets the resource id associated with the Bar chart.
For more information, please, refer to Resource
Declaration
public override object ResourceId { get; }
Property Value
System. The resource id. |
Overrides
See Also
Methods
CreateChartItem()
Creates specific IChartItem instance for this series definition type.
Declaration
public override IChartItem CreateChartItem()
Returns
Overrides
CreateSeriesPanel()
Creates an instance of the panel for this series definition type.
Declaration
public override Panel CreateSeriesPanel()
Returns
System.
|