ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / ChartSeries Class
Properties Methods

In This Topic
    ChartSeries Class Members
    In This Topic

    The following tables list the members exposed by ChartSeries.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ChartSeries class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets name of the category axis against which to plot this series. If null or empty, the series should be plotted against the first category axis.  
    Public PropertyGets or sets name of the chart area in which to plot the series. Defaults (if null or empty) to the first chart area in the chart.  
    Public PropertyGets ChartSeriesCustomProperties collection defining custom properties for the series. This includes all custom chart attributes for series.  
    Public PropertyGets ChartDataLabel object indicating the values should be marked with data labels. Applies only within DerivedSeries.  
    Public PropertyGets ChartDataPoints object containing data points within the series.  
    Public PropertyGets ChartEmptyPoints defining behavior of empty points in the series.  
    Public PropertyGets or sets value indicating whether the series should be hidden.  
    Public PropertyGets ChartItemInLegend object defining how the series appears when displayed in a legend.  
    Public PropertyGets or sets name of the legend in which this series should appear.  
    Public PropertyGets ChartMarker object defining appearance of the data point marker. Applies only within DerivedSeries.  
    Public PropertyGets or sets the unique name of the current object. If an item with the specified name already exists in the collection, an exception is thrown. (Inherited from C1.C1Preview.NamedCollectionItem)
    Public PropertyGets ChartSmartLabel smart label properties.  
    Public PropertyGets ChartSeries.Style defining style properties for the series.  
    Public PropertyGets or sets visualization subtype for the series. Available subtypes (and default subtype) depends on ChartSeries.Type. By default this property is null it means that default subtype for currently selected ChartSeries.Type wiil be used.  
    Public PropertyGets or sets visualization type for the series. Default: Column.  
    Public PropertyGets or sets name of the value axis against which to plot this series. If null or empty, the series should be plotted against the first value axis.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Copies properties from another ChartSeries to the current object.  
    Public MethodCreates a copy of the current C1.C1Preview.NamedCollectionItem object. Note that the C1.C1Preview.NamedCollectionItem.Owner property is not copied to the new object. (Inherited from C1.C1Preview.NamedCollectionItem)
    Top
    See Also