[]
Represents the settings for the Series object.
[TypeConverter(typeof())]
public sealed class Series : MouseEnabledComponent, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IMouseEnabled, IMouseHandler, INamedComponent, IDisposable
Name | Description |
---|---|
Series() | Creates default series |
Series(string) | For internal use only. |
Series(string, GraphXmlSerializationContext) | For internal use only. |
Name | Description |
---|---|
Annotations | Series' annotations |
AxisX | Specified X axis |
AxisY | On which axis layer will be based vertically |
Backdrop | Gets or sets the backdrop. |
BorderLine | Gets or sets the border line. |
ChartArea | Gets or sets the chart area. |
ChartConfig | gets config data for current chart type |
ColorPalette | Gets or sets the color palette. |
DisplayInLegend | Gets or sets a value indicating whether the item should be displayed in legend. |
Legend | Gets or sets the legend. |
LegendItemsMode | Gets or sets the legend items mode. |
LegendText | Gets or sets the legend text. |
Line | Gets or sets the line. |
Marker | Gets or sets the marker. |
Name | Gets or sets the name. |
Points | Gets the points. |
Properties | Gets or sets the properties. |
Tooltip | Gets or sets the tooltip. |
Type | Specifies the series's chart type |
ValueMemberX | Gets or sets the binding formula for the X values in the series. |
ValueMembersY | Gets or sets the binding formula for the Y values in the series. |
Visible | Get or sets layer's visibility. |
ZOrder | z position of layer's plane on chart space |
Name | Description |
---|---|
CheckPropertiesValidityImpl(ISharpGraph) | This member overrides .
|
Clone() | This member overrides
|
NeedMouseHandling() | Needs the mouse handling. |
OnMouseHover(GraphMouseEventArgs) | Handles the MouseHover event. |
OnMouseLeave(GraphMouseEventArgs) | Handles the MouseLeave event. |
OnMouseMove(GraphMouseEventArgs) | Handles the MouseMove event. |
ShouldSerializePoints() | This method is called by serializer using reflection |