PointShapeStyleBaseSHAPE Class |
Namespace: Arction.WinForms.Charting
[SerializableAttribute] [TypeConverterAttribute(typeof(GeneralTypeConverter))] public class PointShapeStyleBase<SHAPE> : ChartNode
[Missing <typeparam name="SHAPE"/> documentation for "T:Arction.WinForms.Charting.PointShapeStyleBase`1"]
The PointShapeStyleBaseSHAPE type exposes the following members.
| Name | Description | |
|---|---|---|
| PointShapeStyleBaseSHAPE |
Constructor for Form designer list editor
| |
| PointShapeStyleBaseSHAPE(IChartNode) |
Constructor.
| |
| PointShapeStyleBaseSHAPE(IChartNode, SHAPE, Color, Color, Color, Color, Double, Double, Double, Double, Double, GradientFillPoint, Direction, Image) |
Constructor
|
| Name | Description | |
|---|---|---|
| Angle |
Point rotation angle in degrees.
| |
| Antialiasing |
Anti-aliased point.
Drawing anti-aliased draws the point with smooth edges, but will increase CPU/GPU overhead.
| |
| BitmapAlphaLevel |
Bitmap alpha level.
| |
| BitmapImage |
Bitmap image, which is used when Shape is set to 'Bitmap'.
| |
| BitmapImageTintColor |
Bitmap image tint color. Keep it White to display it normally.
| |
| BodyThickness |
Body thickness. Applies to Cross and Flag and FlagLightning shapes.
| |
| BorderColor |
Border color.
| |
| BorderWidth |
Border width.
| |
| Color1 |
Color 1.
| |
| Color2 |
Color 2.
| |
| Color3 |
Color 3. Not used in all shapes.
| |
| GradientFill |
Gradient fill.
| |
| Height |
Height.
| |
| LinearGradientDirection |
Gradient direction.
| |
| Shape |
Shape. Some fill options are not used on every shape kind.
| |
| UseImageSize |
Sets Width and Height properties from bitmap image dimensions.
| |
| Width |
Width.
|
| Name | Description | |
|---|---|---|
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Convert class description to string.
(Overrides ObjectToString.) |