Click or drag to resize

SeriesMarkerPointShapeStyle Properties

LightningChart .NET Help

The SeriesMarkerPointShapeStyle type exposes the following members.

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 propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
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 propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyGradientFill
Gradient fill.
(Inherited from PointShapeStyleBaseSHAPE.)
Public propertyHeight
Height.
(Inherited from PointShapeStyleBaseSHAPE.)
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
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
See Also