Click or drag to resize

PointShapeStyle Class

LightningChart .NET Help
Shape style
Inheritance Hierarchy
SystemObject
  Arction.WinForms.ChartingChartNode
    Arction.WinForms.ChartingPointShapeStyleBaseShape
      Arction.WinForms.ChartingPointShapeStyle

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class PointShapeStyle : PointShapeStyleBase<Shape>

The PointShapeStyle type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAngle
Point rotation angle in degrees.
(Inherited from PointShapeStyleBaseSHAPE.)
Public propertyAntialiasing
Anti-aliased point. Drawing anti-aliased draws the point with smooth edges, but will increase CPU/GPU overhead.
(Inherited from PointShapeStyleBaseSHAPE.)
Public propertyBitmapAlphaLevel
Bitmap alpha level.
(Inherited from PointShapeStyleBaseSHAPE.)
Public propertyBitmapImage
Bitmap image, which is used when Shape is set to 'Bitmap'.
(Inherited from PointShapeStyleBaseSHAPE.)
Public propertyBitmapImageTintColor
Bitmap image tint color. Keep it White to display it normally.
(Inherited from PointShapeStyleBaseSHAPE.)
Public propertyBodyThickness
Body thickness. Applies to Cross and Flag and FlagLightning shapes.
(Inherited from PointShapeStyleBaseSHAPE.)
Public propertyBorderColor
Border color.
(Inherited from PointShapeStyleBaseSHAPE.)
Public propertyBorderWidth
Border width.
(Inherited from PointShapeStyleBaseSHAPE.)
Public propertyColor1
Color 1.
(Inherited from PointShapeStyleBaseSHAPE.)
Public propertyColor2
Color 2.
(Inherited from PointShapeStyleBaseSHAPE.)
Public propertyColor3
Color 3. Not used in all shapes.
(Inherited from PointShapeStyleBaseSHAPE.)
Public propertyGradientFill
Gradient fill.
(Inherited from PointShapeStyleBaseSHAPE.)
Public propertyHeight
Height.
(Inherited from PointShapeStyleBaseSHAPE.)
Public propertyLinearGradientDirection
Gradient direction.
(Inherited from PointShapeStyleBaseSHAPE.)
Public propertyShape
Shape. Some fill options are not used on every shape kind.
(Inherited from PointShapeStyleBaseSHAPE.)
Public propertyUseImageSize
Sets Width and Height properties from bitmap image dimensions.
(Inherited from PointShapeStyleBaseSHAPE.)
Public propertyWidth
Width.
(Inherited from PointShapeStyleBaseSHAPE.)
Top
Methods
  NameDescription
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string.
(Inherited from PointShapeStyleBaseSHAPE.)
Top
See Also