Skip to content

RightPropertiesViewModel class

Attributes: [SupportedOSPlatform("windows")]

Defined in

Namespace: CrissCross.WPF.Plot Assembly: CrissCross.WPF.Plot.dll Full name: CrissCross.WPF.Plot.RightPropertiesViewModel Modifiers: public

Summary

View source

        Represents the view model for managing and editing properties of chart objects in the right properties panel.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class RightPropertiesViewModel
class RxObject
RxObject <|-- RightPropertiesViewModel

Inherits from: RxObject

Remarks

This class provides properties and commands for interacting with chart object settings, such as line color, line width, item name, and visibility. It is intended for use in Windows 10.0.19041 or later environments. The view model exposes collections of available line colors and visibility options, and provides a command to save changes to the selected chart object. Thread safety and reactive property change notifications are handled via the base class and reactive extensions.

Constructors

NameSummary
.ctorInitializes a new instance of the [RightPropertiesViewModel](# class and sets up default values for line colors,. visibilities, and the save...

Properties

NameSummary
SaveConfigurationGets the command that saves the current configuration settings.
LineColorsGets or sets the collection of colors used for lines in the chart or visualization.
VisibilitiesGets or sets the collection of colors used to render individual lines in the chart or visualization.
SelectedSetting
LineWidth
LineColor
ItemName
ItemVisibility
Inherited members